views:

199

answers:

6

I need a project developed in asp.net MVC framework to study.

+7  A: 

Your best bet is the Nerd Dinner tutorial, written by the authors of the MVC framework. You'll often find it referenced on Stack Overflow.

You can find it here: http://nerddinner.codeplex.com/

It has an awesome walkthrough (185 pages), and covers all the core concepts of the framework and all of the basic tasks for site building, including security, using ajax, and even unit testing.

womp
Beaten by 12 seconds! Augh! +1 :)
Matthew Jones
Got me by like 18 seconds. +1
Joshua Hudson
You might also want to check out the Nerd Dinner tutorial (HTML version), which is an excerpt from the book "Professional ASP.NET MVC 1.0" - http://weblogs.asp.net/scottgu/archive/2009/04/28/free-asp-net-mvc-nerddinner-tutorial-now-in-html.aspx
Edo
A: 

Try NerdDinner.

Matthew Jones
Nerd dinner was already suggested above.
Yaroslav Yakovlev
+1  A: 

http://codepaste.net

Developed by Rick Strahl, a MVP. You find the repository location on that site.

Edit:
I actually also started to look at MVC and I found the video tutorials quite nice. I like looking at videos since it consumes much less time than reading through tutorials: Look at this here: http://www.asp.net/learn/mvc-videos/

Juri
+1  A: 

Check out also this question: http://stackoverflow.com/questions/1236100/asp-net-mvc-open-source-real-world-apps

rrejc
A: 

Use the Pro asp.net MVC book published by Apress publication, It has an example with source code and complete reference of MVC

Amit
it help me lot.
Vivek
You guys are too funny. You bought the book an hour after he recommended it eh?
womp