vote up 6 vote down star
11

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?

flag

50% accept rate

8 Answers

vote up 6 vote down check

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|flag
vote up 2 vote down

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

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

link|flag
vote up 1 vote down

Get this book:

http://manning.com/palermo/

Also check out Ben Scheirman's blog:

http://flux88.com/

link|flag
vote up 8 vote down

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|flag
Nice set of articles. – Andrew Rollings Dec 4 '08 at 15:28
vote up 1 vote down

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

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

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|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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