ASP.NET MVC 2.0 Tutorial (e.g. Nerd Dinner)

Are there any tutorials like Nerd Dinner , but for MVC 2.0? I saw the MVC Music Store , but I would prefer something that moves a little faster.

If not, are there any recommendations for more advanced tutorials on specific topics?

Side note: I really liked the style of the NetTuts CodeIgniter Series . Something like this, but for ASP.NET MVC 2.0 it would be great.

+4
source share
2 answers

Here is a complete and fairly advanced (technically) website developed using asp.net mvc 2.0: Who can help me? To learn more about this I suggest you read the blogs of the authors.

+3
source

NerdDinner has also been updated for ASP.NET MVC 2 and runs on ASP.NET 4 and Visual Studio 2010 in an updated version of the book.

Updated source code is available at CodePlex: http://nerddinner.codeplex.com/

An updated book is available in stores ...)

+2
source

All Articles