Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am an experienced asp.net web forms developer using c# but i have never used asp.net MVC. As I am just starting out with mvc i would like to start with mvc 2.

I am looking for a good intro/tutorial to help me understand the basics. I am aware of the Nerd Dinner but that is based around MVC 1.

What would you guys recomend for me to get started. Should i work through the nerd dinner tutorial then once i have a good understanding of mvc then research the new features of mvc 2 or is there a similar getting started tutorial for mvc 2.

Sugestions of good books to read are also welcome. In fact any advice on getting started on mvc 2 would be good.

share|improve this question
There are some books about MVC 2. Buy one of them and learn from it. NerdDinner tutorial is getting old. – LukLed May 23 '10 at 13:22

closed as not constructive by casperOne Mar 27 '12 at 15:51

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

6 Answers

up vote 16 down vote accepted

You could work thru NerdDinner. The CodePlex project supports version 2.0 and can be found at:
http://nerddinner.codeplex.com/

also a more advanced version:
http://prodinner.codeplex.com

Scott Guthrie has some good pointers on what is new in ASP.NET MVC 2.0.

share|improve this answer
So would you say learning ASP.NET MVC 1.0 wouldn't be a waste of time? In MVC 2.0 is it just extra features or have some things from MVC 1.0 been deprecated? ... I'd rather buy a full book on MVC 1.0 first if its worth it. – Dal May 23 '10 at 12:27
It to me, is a superset of features. They did change some things in terms of model validation, but generally it works the same. – Daniel A. White May 23 '10 at 12:30
I'd say it's rarely worth it to buy a book on an old version of a product. Books on new versions, e.g. "ASP.net MVC 3", are going to be as comprehensive as the book on the first version from what I've seen. – Sean Oct 14 '11 at 22:58

I would say use http://mvcmusicstore.codeplex.com/ at asp.net mvc

I am also new to mvc and got lot of things from the pdf file in the download which improved me a lot

share|improve this answer
Great! Both the Sample and the PDF Walkthrough Tutorial are in MVC2. – anon Jul 5 '10 at 14:32
1  
Be aware MVC Music Store v1.0 is for MVC2 and MVC Music Store v2.0 is for MVC3 – JohnnyBizzle Mar 24 '11 at 17:41

I used Pro ASP.NET MVC Framework, which I would recommend in your case. The book is written for MVC 1, but as Daniel said, MVC 2 basically adds a few features rather than changes things. In fact a few MVC 2 only features are touched on in this book because they were already in the MVC Futures library on codeplex.

The MVC 2 Version of this book is scheduled to be released in a matter of days.

share|improve this answer
1  
Pro ASP.NET MVC Framework is a great book. – Ilya Smagin May 23 '10 at 14:13

check Tutorials and video from asp.net http://www.asp.net/mvc

share|improve this answer

You can visit official ASP.NET web site to check for MVC : ASP.NET MVC

share|improve this answer

Now Asp.NET MVC 3 has been release with some more awesome features. If you are interested in asp.net mvc 3 , then hope this tutorial about getting started with asp.net mvc 3 will might help you.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.