Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>If you need to get a good understanding of any technology you really should buy a book. A book give you a much better understanding of the technology than reading blog posts. Blog posts tend to highlight a particular feature or problem without giving you the big picture.</p> <p>However, since you asked for it, if you need authoritive info on MVC read the blogs of the (ex-)Microsoft guys involved in building it, for example :</p> <ul> <li><a href="http://bradwilson.typepad.com/blog/aspnet_mvc/" rel="nofollow">Brad Wilson</a></li> <li><a href="http://haacked.com/tags/aspnetmvc/default.aspx" rel="nofollow">Phil Haacked</a></li> <li><a href="http://weblogs.asp.net/jgalloway/archive/tags/ASP.NET+MVC/default.aspx" rel="nofollow">Jon Galloway</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/tags/MVC/default.aspx" rel="nofollow">Scott Guthrie</a></li> </ul> <p>There's also a bunch of info op on <a href="http://www.asp.net/mvc" rel="nofollow">asp.net/mvc</a>.</p> <p>I personally recommend the following books :</p> <ul> <li><a href="http://www.wrox.com/WileyCDA/WroxTitle/Professional-ASP-NET-MVC-3.productCd-1118076583.html" rel="nofollow">Professional ASP.NET MVC 3 (Wrox)</a>, this book will educate you on all the topics you mentioned.</li> <li><a href="http://www.manning.com/palermo3/" rel="nofollow">ASP.NET MVC 3 in action (Manning)</a>, there's a <a href="http://www.manning.com/palermo2/" rel="nofollow">MVC2</a> edition as well.</li> </ul> <p>Both books are available as downloads from the publisher at reasonable rates, so you can start reading right away. </p> <p>Finally I would recommend an upgrade to MVC3 if possible, it'll make your life easier.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload