How To Create an MVC application in Visual Studio 2019

                                  
  Below is a step to create an MVC project.
 
 1) First, need visual studio so before creating MVC application first install Visual studio
      https://visualstudio.microsoft.com/downloads/
   you can install the latest version from the above URL.

 2) Open Visual Studio 2019 and click on create a new project.

     



3)  After creating a new project. it showing multiple templates. you can choose any template
      based on your requirement.
 
    
     

       1) Search ASP.NET in search box

       2) Find ASP.NET Web application. if you want to develop an application in VB(visual basic)
           then select VB  template if you want to develop an application in C#
           then select the C# template.

     3) Click on Next.


      


   4) Above image for configuring your new project 
        1) Project Name:- you can give any name.
        2) Location:- You can give any location to the store the project.
        3) click on Create.
    

      



      5) You can create a new application using a different template based on your
           requirement click on MVC and click on Create and wait for some time. 

        
        


          Now press F5 to run a project or click on IIS Express(Google Chrome) it will open the home                      page in a browser as shown in below image.

    
       

          
           
           
      

Comments

Popular posts from this blog

ActionResult Return Type in MVC

Explain terms of MVC ?