Need some mvc projects source to practice
I am a beginner in asp.net mvc.i am looking for some mvc projects for practicing.can you help me finding resources??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Feb 28, 2015, 5:40 AM
First of all, I would like to share an article of mine with you to learn the ASP.NET's MVC framework for development of web applications. You can read that, and good thing, there is a source code for a sample application attached with it too. :)
Anyways, if you're using Visual Studio; which you probably would be, then you can create a New Project --> Under the C# --> Web, find for ASP.NET Web Application, inside it you will find a few samples that you can use for kick-start. Secondly, you can always look for Google, to Google for a few examples for something. MVC is just a framework for managing the source code of your application. You can convert your already existing Web Pages framework to a MVC application too.
Thanks.