views:

268

answers:

6

Can anyone recommend any documentation, article, or blog to get started with ASP.NET MVC?

+1  A: 

The http://www.asp.net/mvc/ page contains some tutorials. Check out the ASP.NET MVC Overview.

Antonio Haley
+10  A: 

Start here:-

http://www.asp.net/learn/mvc/

AnthonyWJones
+6  A: 

Blog: Scott Hanselman - he is the MVC guy. Another good site is CodeBetter which has many good articles on hows/why of MVC as a construct and do good comparissions with other MVC frameworks.

Videos: ASP.NET Learn

Starter Kit: ASP.NET MVC Starter Kit - Excellent startup tutorial!

Robert MacLean
I be sure to visit Phil Haack's blog: http://www.haacked.com and Stephen Walther's also.
Scott Hanselman
+2  A: 

Stephen Walther on ASP.NET MVC is a great resource.

He is currently previewing some draft extracts of his book, ASP.NET MVC Framework Unleashed, that he is currently writing on his blog.

Stephen Walther on ASP.NET MVC

Andy Rose
+1  A: 

Simple tasklist application to get started here. Or just download the PDF.

Nick
+1  A: 

Also check out these:

  1. haacked.com
  2. pnpguidance.net
  3. stephenwalther.com

Stephen Walther especially is a great resource.

Kieron