To create MVC Application, Please follow the below steps.
Step 1
Open the Visual Studio Ultimate 2013. Go to File->New->Project as shown in the below figure.
Step 2
Then, the New Project window will be opened as shown in the below figure.
Step 3
Select Web -> ASP.NET Web Application ->Give the Name for application-> Click on OK as shown in the below figure.
Step 4
Then, the New ASP.NET Project window will be opened. Select the MVC and click on OK as shown in the below figure.
Step 5
Then, the window will appear as shown in the below figure.
Step 6
Click on f5 in the keyboard or click on the option marked in the above image in step 5 to run the application.
Then, the output will be displayed in the browser as shown in the below figure.