| |
|
How to create an MVC project?
The following steps may be carried out to create an ASP.NET MVC project:
-
On the File menu, click on New Project. The New Project Dialog box will be displayed.
-
In the upper right corner, click on .NET Framework 4.0
-
Under Project Types, select either Visual Basic or C#. Next, click Web.
-
Under Visual Studio installed templates, select ASP.NET MVC 4 Web Application.
-
In the Name box, enter the name of your project.
-
Specify a location for the project.
-
In case you want a different name for the Solution, specify it in the box meant for Solution.
-
Select Create directory for solution.
-
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...
| |