Getting Started With ASP.NET MVC



Visual Studio IDE allows creating Web Applications in various languages. When you open Visual studio you will get a toolbar with many options like the below image.





For creating application, click on “New Project” below the “Start” text or you can create by using
“File -> New Project” menu like below.
 



After selecting the “New Project” option, the “New Project” window will open. In that select ASP.NET Web Application option like below
 





Here you can also mention the project name and location of the project where you want to save the project. And also you can mention the Solution name. 

Now after click ok on “New Project” Window one another window opens like below.
 





Here you can select which type of project you want to create. For creating an MVC application you have to choose the MVC option in a “Select a template” box.

After click on “OK” on the screen, our project is ready to use like the below window.







If you see In the “Solution Explorer” window our all folders related to MVC are added by default. Some javascript files are added by default in the Scripts folder.





Our application is ready for first use. You can directly “Run” the application because Microsoft added one sample project for our understanding purpose which creating project.




Post a Comment

0 Comments