Creating a new MVC Application
New Project from the Start page,
you can use the menu and select File > New Project.
1. File → New → Project → Select "Visual C#" → Go to Web Category →
Select "ASP.NET Web Application.
2. Name the application as "MvcDemo" → Click OK
3. Select "MVC" template in project dialog.
4. Add folders and core references for MVC and click "OK".