Asp .Net MVC - SPLessons

ASP.Net MVC Architecture

Home > Lesson > Chapter 2
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

ASP.Net MVC Architecture

MVC Architecture in ASP.Net

shape Description

To overcome the problems mentioned in the previous chapter MVC is introduced. Simply, MVC is Flexible and Extensible. MVC have the good testability. The following diagram shows the architecture of the MVC.

shape Architecture

The following are the three important terms which are shown in the above diagram. Any kind of request, requested by the end user has to hit the controller first. Then only, the request will pass to the model and the view.

New Features in MVC5

shape Features

Microsoft added following features in MVC 5.