.NET FAQs Unleashed!
 
    
    

How to create an MVC project?

The following steps may be carried out to create an ASP.NET MVC project:

 

  1. On the File menu, click on New Project. The New Project Dialog box will be displayed.
  2. In the upper right corner, click on .NET Framework 4.0
  3. Under Project Types, select either Visual Basic or C#. Next, click Web.
  4. Under Visual Studio installed templates, select ASP.NET MVC 4 Web Application.
  5. In the Name box, enter the name of your project.
  6. Specify a location for the project.
  7. In case you want a different name for the Solution, specify it in the box meant for Solution.
  8. Select Create directory for solution.
  9. Click on OK.

 

After this, you will see the Create Unit Test Project dialog box.

MVC Unit Test Case   CSRF Attacks in MVC   Thread Starvation   View for MVC Models   Creating MVC Project   MVC Gridview   Validation helpers in MVC   MVC a Framework or a Design Pattern?   Advantages of MVC Framework   Popular MVC Frameworks    Asynchronous Controller   NerdDinner   Razor   Validation helpers in ASP.NET MVC   Unsable controls in MVC  

More Interview Questions...