Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
Dear all,

I have more than two experience in C# windows base Development.But I need to study
ASP.net with MVC.What are the steps needs to follow ASP.net with MVC from begin.

thanks.

What I have tried:

http://www.asp.net/mvc/overview/older-versions-1/getting-started-with-mvc/getting-started-with-mvc-part1
Posted
Updated 13-Sep-16 19:55pm
Comments
Vjay Y 14-Sep-16 1:54am    
There are tonnes of tutorials online, just go through them

1 solution

Asp.net MVC is the technology which need knowledge of various other components like HTML, CSS, Jquery etc.
You better start with HTML and CSS with Jquery or other client side scripting language like Angular JS. Then move towards any tutorial sites like [tutorialsteacher] or [tutorialspoint] this will help you understand the basics of MVC in Asp.net whereas my sugession is learn MVC version 4 or 5 instead of going to ASP.net MVC Core which is new to the market. Most of the companies are developing projects on version 4 or 5. Adding further with MVC it is expected to have knowlege of ORM like Entity Framework or NHibernate if you are looking for a product go with Nhibernate as it supports more databases commpared to Entity framework whereas if you are going for a project stick with Entity Framework.

Best of Luck.
 
Share this answer
 
v2
Comments
Member 11919589 14-Sep-16 2:33am    
Thanks Ajinkyaaher1.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900