views:

653

answers:

9

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?

+1  A: 

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.

spaetzel
+2  A: 

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

Mitchel Sellers
+7  A: 

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.

joseph.ferris
+2  A: 

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

m0rb
+1  A: 

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

Conrad
+10  A: 

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

Timothy Khouri
Nice set of articles.
Andrew Rollings
+1  A: 

Get this book:

http://manning.com/palermo/

Also check out Ben Scheirman's blog:

http://flux88.com/

azamsharp
+2  A: 

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

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

Cherian
A: 

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.

synergetic