banner



How To Create Mvc Web Application

Back to: ASP.NET MVC Tutorial For Beginners and Professionals

Creating First ASP.NET MVC Application using Visual Studio

In this article, I am going to discuss how to create the first ASP.NET MVC Application step by step from scratch using Visual Studio 2015. You can use any version as per your choice but the step will remain the same. Please read our previous article before proceeding to this article where we gave a brief introduction to ASP.NET MVC Framework.

Creating the first ASP.NET MVC Application:

First of all, open the Visual Studio and then click on theNew Project link which appeared on theStartup page. An alternative approach to creating an application is to select theFile =>New =>Projectoption as shown in the below image.

Creating First ASP.NET MVC Application using Visual Studio

From theNew Project dialog window, from the left pane select theWeb option under the Visual C# which is under the "Installed – Templates" section. From the middle pane selectASP.NET Web Application. Name your project as FirstMVCApplication (you can give any name to your application). Change the location where you want to create the application by clicking on theBrowse button. Finally, click on theOK button as shown in the image below.

Creating the first ASP.NET MVC Application

Once you click on theOK button, then a new dialog window will open with the nameNew ASP.NET Web Application for selecting the Project Templates. From this window select theMVC project template. Then Change the Authentication type to No Authentication. Finally, click on theOK button as shown in the below image.

Selecting MVC Template

To change the authentication, you just need to click on theChange Authentication button. Then it will open the following popup. From that popup select the appropriate authentication mode. As we don't want to use any authentication for this demo, so select theNo Authentication radio button and click on theOK button as shown below.

Selecting Authentication For ASP.NET MVC Application

Once you click on the OK button, it will take some time to create the project for us with the following default folder structure.

ASP.NET MVC Application Folder Structure

Running the ASP.NET MVC Application:

If you want to run the project with debug mode then just press F5. On the other hand, if you want to run the application without debugging then just Press Ctrl + F5. Once you run the application, it will open the following page in the browser.

Running the ASP.NET MVC Application

The ASP.NET MVC 5 framework includes the necessary JavaScript and CSS files that are required for bootstrap by default to create a responsive web page. The responsive web page means, the looks and feels of the web page will be changed based on the screen size of the devices on which we are running the application. For example, if you run the application on a mobile device, then the top menu bar will be changed as shown in the below image.

Responsive Web Design Support by Default

That's it. We have done creating our first ASP.NET MVC application from scratch using Visual Studio 2015. In the next article, I am going to discuss the Folder Structure of the ASP.NET MVC Application. Here, in this article, I try to explain how to create the first ASP.NET MVC Application step by step from scratch using Visual Studio 2015. I hope this article will help you with your needs. I would like to have your feedback. Please post your feedback, question, or comments about this article.

How To Create Mvc Web Application

Source: https://dotnettutorials.net/lesson/asp-dot-net-mvc-application/

Posted by: coxduccies.blogspot.com

0 Response to "How To Create Mvc Web Application"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel