Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi i need to learn MVC in ASP.Net for my new work. Can you suggest me a good site for learning MVC with examples or any tutorial file ? Its been long time since I had been to ASP.NET

share|improve this question
possible duplicate of Help learning ASP.NET MVC – George Stocker Apr 24 '12 at 14:14
1  
Many examples I see in net are just basic. This one may help someone visiting this thread prideparrot.com/blog/archive/2012/12/… – Mark Dec 20 '12 at 14:40

closed as not constructive by George Stocker, casperOne Apr 25 '12 at 16:10

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

The best site in my knowledge is

http://www.asp.net/mvc

have all the basics with examples and have a complete application demo as well

http://www.asp.net/mvc/tutorials/mvc-music-store

share|improve this answer
Thanks. I am new to MVC. I am using Visual Studio 2010. Is there anything required in VS2010. ie any installation to be made ? And latest is MVC 3 right ?? – Sreejesh Kumar Apr 24 '12 at 7:19
link to music store have the steps to install and use mvc – Fraz Sundal Apr 24 '12 at 7:24
@SreejeshKumar: Yes, you need to install the MVC tools update (microsoft.com/download/en/…) linked to from the "Getting Started" section at the top of the asp.net/mvc page mentioned above – Grhm Apr 24 '12 at 7:25
latest is mvc 4... new feature is mobile app – yogee Apr 24 '12 at 7:36

This link also has simple tutorials.

http://www.dotnetfunda.com/articles/article1297-how-to-create-a-simple-hello-world-aspnet-mvc-tutorial-no-1.aspx

asp.net/mvc is the best.

share|improve this answer
Thanks. I am using Visual Studio 2010. Is there anything required in VS2010. ie any installation to be made ? And latest is MVC 3 right ?? – Sreejesh Kumar Apr 24 '12 at 7:22
check if Asp.Net MVC 3 is installed along with VS2010. else you need to install it. its an open source and you can download from asp.net.mvc site. Asp.Net MVC 3 is the latest – TRR Apr 24 '12 at 7:37
ok thanks !!!!!! – Sreejesh Kumar Apr 25 '12 at 7:13

I had also started learning ASP.NET MVC a month ago, and although it's not a website, but a great book:

Pro ASP.NET MVC 3 Framework

share|improve this answer

ScottGu's blog --> Step by step approach for learning MVC with real world example

http://weblogs.asp.net/scottgu/archive/2009/04/28/free-asp-net-mvc-nerddinner-tutorial-now-in-html.aspx

share|improve this answer
nerd dinner tutorial is better than music store – yogee Apr 30 '12 at 11:01

Not the answer you're looking for? Browse other questions tagged or ask your own question.