MVCApplication_visaulstudio.md - brainchildservices/curriculum GitHub Wiki
SLIDE-1
CREATE MVC USING VISUAL STUDIO
- Start Visual Studio, on the File menu select New, and then select Project.
- In the New Project dialog box, select Visual Basic or Visual C# as the programming language.
SLIDE-2
In the Templates pane, select ASP.NET MVC 4 Web Application.
Type WebsiteName as the name of the project and click OK.
SLIDE-3
In the New ASP.NET MVC 4 Project dialog box, select Internet Application. Leave Razor as the default view engine.
Click OK. Visual Studio will create a new ASP.NET MVC project.
REF Link: