The ASP.NET MVC framework is the latest evolution of Microsoft's ASP.NET web platform. It introduces a radical high-productivity programming model, promotes cleaner code architecture, supports test-driven development, and provides powerful extensibility, combined with all the benefits of ASP.NET 3.5.
ASP.NET MVC Framework Preview is a first look at this technology's main features, designed to give you a head start getting to grips with this powerful new technology.
Related Subjects
C & C++ Windows Programming C# Computer Science Computers Computers & Technology Development Education & Reference Languages & Tools Programming Programming Languages Software Software Design & Engineering Software Design, Testing & Engineering Software Development Web Development & DesignI would like to say that this book is great introduction to ASP.NET MVC. Steven Sanderson has great and simple writing style which allows following content easily. Great short and useful analysis of few software architectures comparing to MVC mentioning advantages and disadvantages. Best to the Author of the book, and thanks for writing it.
0Report
I never liked ASP.NET. Coming from Classic ASP and HTML and JavaScript, not to mention C and Assembly, I like to be a little closer to the machine, where life makes sense. I like to write my own code and I like neat code, including HTML markup. ViewState made me crazy. made me nuts. I rebelled at giving up the clean and simple ASP environment just so some thick client Visual Studio developers who've never seen an tag...
0Report
The first 60 pages were like a roller coaster ride! I knew the end was near but i wanted more. The last pages which are not directly about MVC framework, are still fascinating. LINQ is explained gradually as an evolution of c#. I would like to have a C# book by Steven. I wish a better alternative to data modeling emerges, as the current xml or decorate-your-code-with-junk approaches don't seem very elegant to me (compare...
0Report
This book is a good introduction into ASP.NET MVC for today. I'm using this technology for 3 months before reading and I found some new interesting points.
0Report