Hi Iain, your message is well timed, as I'm also jumping head first into ASP.NET MVC because it seems popular and I'm hoping to find a neater alternative to the bloated mountain of gotchas that is WebForms.
I had this book delivered two weeks ago: Programming ASP.NET MVC 4: Developing Real-World Web Applications with ASP.NET MVC<http://www.amazon.com/Programming-ASP-NET-MVC-Developing-Applications/dp/1449320317>. I also found a free PDF of the whole book<http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0CDwQFjAD&url=http%3A%2F%2Fdl.e-book-free.com%2F2013%2F07%2Fprogramming_asp.net_mvc_4.pdf&ei=U7HIUq7ZFKSUiQfw9YGYDQ&usg=AFQjCNE0CEZXTR_G6WpS3smtlOo5ASciYg&sig2=BL9OxxBD4CMj1FTVbjDbVw&bvm=bv.58187178,d.dGI&cad=rja> . I don't recommend this book. Hundreds of pages are devoted to databases, testing, security, caching and building, which have little to do with the core of learning ASP.NET MVC. I'm angered by the lack of attention to the vitally important MVC coding techniques and how to manage the page lifecycle. The book does not contain enough information, discussion or samples to empower you to dive in and correctly structure and code a significant app. I'm going to buy another book. Maybe someone can recommend one for both of us. Greg K On 5 January 2014 09:58, Iain Carlin <[email protected]> wrote: > Happy New Year all, > > I've resisted MVC for too long and have decided to update my knowledge > from ASP.Net forms. > > I think the question may have been asked before but I can't find it in the > archives, can anyone recommend a good book on the subject for someone who > already knows ASP.Net pretty well but wants to start dabbling in MVC? > > Cheers, > > Iain >
