What is a good intermediate-to-advanced ASP.NET MVC 2 book? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI am relatively new to ASP.NET MVC, but I have developed a couple of simple applications using it, so I am not completely new. I have gone through the majority of tutorials on http://www.asp.net/mvc and I have read the "Professional ASP.NET MVC2 (Wrox)" book by the guys over at Microsoft. I have also done some extensive reading on DDD, TDD, and Repository patterns.
I am interested in moving beyond the basics of MVC and getting more in-depth into best practices, specifically relating to EF4 and Repository patterns.
Also, I've read about IoC and dependency injection, but I have yet to find a good single resource that puts it all together in a hands-on approach.
Can anyone suggest any good books that show best practices by example and also when to use certain design patterns ove开发者_如何学Gor another?
Pro ASP.Net MVC 2 Framework is great.
Check out what Scott Guthrie has to say about this book
I recommend ASP.NET MVC 2 in Action
I like Dino's style Programming Microsoft® ASP.NET MVC.
In fact I think that you will read all three books, they are all great: Framework, Action and Programming ;-)
I would 2nd the recommendation for Pro ASP.Net MVC 2 Framework. Very thorough and well written.
Steve Sanderson the author has also done a series of videos on MVC for www.tekpub.com
John
Although not strictly focused on MVC, I would highly recommend Professional ASP.NET Design Patterns by Scott Millet.
The book is filled with detailed examples (Many use ASP.NET MVC) relating to the repository pattern, units of work, IoC and many other popular design patterns. It's also a great introduction for those wanting to learn how to program to patterns.
精彩评论