I was sceptic at first about ASP.NET MVC (coming from a drag drop ASP.NET Web Forms background) and thought it was just another way of trying to complicate the life of a developer until I started researching ASP.NET MVC.
This example project does not have any fancy styling, I want to put more focus on the MVC.
Each section contain examples on how to get your MVC project up and running as fast as possible.
The topics covered in this post:
- Starting your project
- Models
- Views
- Controllers
- How ASP.NET MVC makes your life easier