ASP.NET MVC 1.0 Quickly
ASP.NET MVC 1.0 Quickly by M Balliauw
- Binding:
- Paperback
- Number of Pages:
- 256
- ISBN:
- 184719754X
- Product Group:
- book
- Publisher:
- PACKT PUBLISHING
- Publication Date:
- March 1, 2009
- BooksForGeeks.com ID:
- 873
Reviews for ASP.NET MVC 1.0 Quickly
-
Quick overview on ASP.NET MVC, but no best practices in it
Rated out of 5 stars, June 12th, 2009
This book is, as the title says, a quick overview (around 190 pages plus 50 pages of various appendixes, one of which is about his sample application CarTrackr) on all the aspects of the ASP.NET MVC 1.0 framework.
It starts with the usual "File>New Project" experience and then moves on to a quick overview of the different parts of the framework and the extensibility points that ASP.NET MVC has.
Then it goes more in detail, talking about the main actors (Controllers, Routing, Views) and explaining the some of the most important extensibility points (like custom ActionResults and ActionFilters), Ajax and finally talking about testing, deployment and how to mix classic ASP.NET WebForms with ASP.NET MVC.
What I liked: the chapter about Ajax: it covers the Ajax helper methods and the JsonResult. It performs the same tasks both using ASP.NET Ajax and jQuery: it was very nice to see the same thing implemented with the two techniques. I also really like the chapter about deployment which explains how to configure IIS6 to use ASP.NET MVC: unfortunately not everyone already migrated to IIS7 and this is very great information.
What I didn't like: This is more a personal taste than else, but I wouldn't talk about the possibility of using the Request object to read the querystring parameters: true, this is possible, but it's something that should be avoided. And I wouldn't use the Visual Studio UnitTest wizard to create the tests for my controllers.

