I've been working with ASP.NET MVC for the last few weeks, learning as I go, from tutorials and mostly trial and error.

I'm sorta groping in the dark, since I have no other experience with MVC frameworks and I'm just moving ahead blindly trying to figure things out as I move along.

So, I'm looking for better, more organized source to learn the platform and its features, and in general, the MVC structure and how the framework implements it, but no books on the subject have been released yet, and are all due in a few months at best.

Does anyone know of any good, thorough resources from which I can expand my knowledge about the ASP.NET MVC framework?

link|improve this question

50% accept rate
feedback

closed as not constructive by Tim Post Jan 24 at 8:41

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

9 Answers

up vote 7 down vote accepted

Rob Conery has his ASP.NET MVC Storefront series, which is what I used to get my feet wet. It is around twenty-something parts long already.

He takes you threw the entire conceptual design and execution of an application, which is an incredible way to learn how something applies to the real world.

link|improve this answer
feedback

I try to keep my articles simple and clear:

Concept / Getting Started:

Slightly more advanced / benefits of use:

Each of those has a fully downloadable sample project. Most with screen shots.

EDIT: I should also add that Jonathan Carter (a friend of mine who works for Microsoft up in Redmond) is someone that you should RSS. Here's one of his posts about MVC: ASP.NET MVC - Action Filters

link|improve this answer
Nice set of articles. – Andrew Rollings Dec 4 '08 at 15:28
feedback

Personally have found http://www.asp.net/mvc/ to be the best resource for me, the sample applications and other bits are very helpful

link|improve this answer
feedback

As so often, codeproject has a very good tutorial on ASP.net MVC: http://www.codeproject.com/KB/aspnet/aspnet_mvc.aspx

link|improve this answer
feedback

NerdDinner by Microsoft dev's - Phil Haack, Hanselman and ScottGu.

http://haacked.com/archive/2009/03/10/chapter-one-pro-aspnetmvc.aspx

link|improve this answer
feedback

I learned a lot from Scott Hanselman's screencast on MVC. It's a little out of date as it was created last December, but it's a good into to the framework.

link|improve this answer
feedback

Scott Gunnerson's blog is a fantastic resource. This post will get you well on your way

link|improve this answer
feedback

Get this book:

http://manning.com/palermo/

Also check out Ben Scheirman's blog:

http://flux88.com/

link|improve this answer
feedback

I bet that you can't find any better book than "Pro ASP NET MVC Framework" by Steven Sanderson. I read many books but never read such good book.

link|improve this answer
feedback

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