ASP. net mvc 5 getting started tutorial (1) create a project, asp. netmvc
In this tutorial, we use Visual Studio Express 2013 for Web running. We strongly recommend that you follow the tutorial to see and do it. If you encounter any problems during the operation, please leave a message.
Visual Studio Express 2013 for Web: Click my download page
Download source code: Click here to download
Run Visual Studio Express 2013 for Web. VS displays the start page by default, as shown in. Click Create project.
In the displayed new project dialog box, choose "installed"> "template"> "Visual C #"> "Web" on the left. Select. NET Framework 4.5 in the middle of the window. Select an ASP. NET Web application. Enter the project name as SlarkInc. Click OK.
In the displayed dialog box, select MVC and click OK. Visual Studio automatically creates a project for you.
After the project is generated, the following page appears. Click the Green Arrow to run the project.
Shows the webpage after successful running. In this way, our MVC project is created. You can click the homepage, details, contact information, and other tabs to feel the details.
In the subsequent sections, we will introduce how to create and use Model, controller, and View in sequence.