Showing posts with label asp.net MVC 4. Show all posts
Showing posts with label asp.net MVC 4. Show all posts

Monday, 15 September 2014

Simple asp.net MVC 4 explanation

This post is mainly to assist developers (and myself) to help understand how asp.net MVC 4 works and how it fits together to create one AWESOME solution.

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 MVC makes your life easier