You are at right place to start the first project on ASP MVC C#. To create a new project on mvc platform follow the following steps.
Step1: File> New> Project.
Step2: Visual C# > Web > Visual Studio >ASP.NET Web Application
Note: You can select any version that currently Microsoft is Supporting.
Step3:Give project name and Click OK.
Step4:Select template > Internet Application
Step 5: Select View Engine > Razor
Note: Razor is latest coding style for designing html view in c#. Pretty Easy ;)
Step 6: Are you still reading for next step, You already made a working web application in ASP MVC Platform. Yo Congratulations :) Now you can register and LogIn. For making hands dirty and writing your own code follow me on next Tutorial, till than bye and take care :)
Step1: File> New> Project.
Step2: Visual C# > Web > Visual Studio >ASP.NET Web Application
Note: You can select any version that currently Microsoft is Supporting.
Step3:Give project name and Click OK.
Step4:Select template > Internet Application
Step 5: Select View Engine > Razor
Note: Razor is latest coding style for designing html view in c#. Pretty Easy ;)
Step 6: Are you still reading for next step, You already made a working web application in ASP MVC Platform. Yo Congratulations :) Now you can register and LogIn. For making hands dirty and writing your own code follow me on next Tutorial, till than bye and take care :)
No comments:
Post a Comment