Create MVC Application

Step 1: Open Visual Studio.

File -> New -> Project (Ctrl + Shift + N).

Open Visual Studio

Step 2: Select MVC Application,

Select MVC Application and Application Name, Location and click ok button.

Select MVC Application

Step 3: Select Template.

Select Template and Click Ok Button.

Select Template

Step 4: See Controller.

Controller

Step 5: See Model.

See Model

Step 6: See View.

See View

Step 7: Run Application And See Browser Application.

Run Application