Tuesday 1 September 2015

Step by step create Asp.net MVC application...?

Step by step create Asp.net MVC application...? Follow below steps to create your first ASP.NET MVC application. step-1 :-       ... thumbnail 1 summary

Step by step create Asp.net MVC application...?

Follow below steps to create your first ASP.NET MVC application.

step-1 :-
                     Open Visual studio 2013 , click on file --> new project. Expand Visual C# node , click on Web and select asp.net mvc application, give name of your Project and press ok.




Step-2 :-  
                        New ASP.NET MVC4 Project template will be shown. Select Internet Application and Razor as View engine and click Ok.




                   Now your basic ASP.NET MVC application has created. In next couple of steps you will learn MVC features like Controller, View.



5 comments