I saw this on Scott’s blog and decided to post it also over here. This is new book about ASP.NET MVC. Here is what is inside this sample chapter:
The tutorial starts by using the File->New Project command in Visual Studio to create a brand new ASP.NET MVC project, and then incrementally adds functionality and features. Along the way it covers how to:
* Create a database
* Build a model with validation and business rules
* Implement data listing/details UI on a site using Controllers and Views
* Enable CRUD (Create, Update, Delete) data form entry
* Use the ViewModel pattern to pass information from a Controller to a View
* Re-use UI across a site using partials and master pages
* Implement efficient data paging
* Secure an application using authentication and authorization
* Use AJAX to deliver dynamic updates
* Use AJAX to add interactive map support
* Perform automated unit testing (including dependency injection and mocking)
Download Links
- Download the free end-to-end tutorial chapter in PDF form
- Download the source code + unit tests for the completed application
- Learn more about the book from the official Wrox page
- Purchase the full book from Amazon.
No related posts.
thank u
really i was searching about is books last 2 weeks