In this tutorial, i will explain how to create the asp.net mvc web application. before this tutorial please go through the previous articles. it will give the brief information about asp.net architecture and advantages .
Steps to create the application in visual studio 2015
Steps to create the application in visual studio 2015
- Open the Visual studio 2015
- Select the File Menu and click on New
- Click on Project (after click you can find the one popup window)
- Select the Required Language ( Choose the Visual C#) at left Pane
- Choose the Asp.Net Web Application(.NET Framework) at middle pane
- Give the Project Name, Location, Solution Name and Framework at Down Pane.
- Click OK button.
- Now you get one more Popup window choose the MVC and click OK Button.
- you can change the Authentication at 8th step by clicking at change authentication
- finally click OK button at step 8 then visual studio creates the simple mvc Project.
- Press F5 to run the project in debug mode.
- Ctrl + F5 to run the project without debugging
Open The Visual Studio
Step 2
Select the Language and technology.
Step 3
Give the Project Name and Location
Step 4
Select MVC
Step 5
Final Project
Step 6
Application Out Put
creating asp.net mvc web application is easy in visual studio. and you can find the application structure and it contains the different folders like App_Data, App_Start, Content, Controller, Model, Script and Views. and two more files are very important in this structure. one is Global.asax and Web.Config files. this two files plays the main roles in asp.net mvc application.
Please find the other articles.
Asp.Net MVC - Get Started |
---|
|
No comments:
Post a Comment