views:

494

answers:

6

Possible Duplicates:
Good asp.net mvc (VB) books
Best ASP.NET MVC book?

Best resources & books for ASP.NET MVC Framework

+3  A: 

cover

Professional ASP.NET MVC 1.0, by Scott Guthrie, Rob Conery, Scott Hanselman and Phil Haack.

Lucas Jones
+2  A: 

ASP.NET MVC in Action

jamesaharvey
Really good, and tries to show how real-life applications are made (best practices, IoC, performance, maintainability). A lot of alt.net preaching though. I can understand where it comes from, and it's refreshing compared to the usual click-fest advocacy you can find in other books, but it can get a bit tiresome after a while.
Yann Schwartz
...especially the bits about The One True Way of DDD and the several One True Ways of doing stuff. Still, it's really good, it gets deep under the nitty gritty parts and provides useful and real-life lessons about what works best with ASP MVC. I hope they'll publish "ASP NET MVC In Action, the agnostic edition", though.
Yann Schwartz
It's just a damned shame that the guy on the cover looks like a dodgy Victorian pimp.
Dan Atkinson
+1  A: 

I started reading Pro ASP.NET MVC Framework by Steven Sanderson and so far it's excellent. Also, reviews on Amazon are very positive.

Meta-Knight