Now we can start the MVC5 Learning Series directly. The learning resources come from Micrsoft.
Getting started with Asp. Net MVC 5
Open Visual Studio 2013 and create a new project, such:
The difference between VS13 and 12/10 is that when you create a Web project, you cannot directly choose to create a framework project as you did before. Instead, you need to focus on the second step, after you complete the above operations, click OK to see a set of all web frameworks for you to choose from. The details are as follows:
Then click OK. vs will help us complete the action of creating the mvc application.
After the creation is complete, our VS will be displayed as shown in
The specific information is briefly described in, and then let's take a look at the effect of vs creating the mvc application run for us.
First, change the browser to Firefox, which is frequently used. The operation is as follows:
The running result is as follows:
A simple web interface is shown in our sight .....