I just finished reading Pro ASP.NET MVC Framework and really enjoyed reading this book. I have briefly read other asp.net mvc books such as Professional ASP.NET MVC 1.0 and ASP.NET MVC in Action, but enjoyed reading this book mostly.
Pro ASP.NET MVC Framework takes a very practical approach on how to build the applications with asp.net mvc. The book didn’t go through every asp.net mvc feature, but it takes you to a natural direction on what kind of feature you will need on a particular step of building the application. Professional ASP.NET MVC 1.0 is more about what the asp.net framework contains regarding building the application, while Pro ASP.NET MVC Framework is about how you should utilize certain feature when building application.
This book also touches other open source frameworks such as the Castle Project when building the IOC container for the controller, and jQuery when building the Ajax part. Even those are not built-in part of the asp.net mvc frameowork, they are essentially building blocks in normal asp.net mvc application building.
1 comments:
I'm half way through this book and every chapter i read i am surprised by how well its written. I like that it describes the IoC and repository patterns. I can't wait until the AJAX chapters.
Post a Comment