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.

create new project

SLIDE-2

In the Templates pane, select ASP.NET MVC 4 Web Application.

AddWebApp

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.

image

Click OK. Visual Studio will create a new ASP.NET MVC project.

REF Link: