📜 ⬆️ ⬇️

Large passage (180 pages) of the book Professional ASP.NET MVC (in English)

The excerpt describes how the site www.nerddinner.com is made .

Starting from the creation of a new project, the author adds various features to the site.

What is lit:
* 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 control.
* 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 the book (14Mb, ​​PDF): direct link
Official announcement page

Source: https://habr.com/ru/post/54299/


All Articles