I need a project developed in asp.net MVC framework to study.
views:
199answers:
6Your 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.
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/
like nerdinner, here's a few others....
http://www.pnpguidance.net/Post/DownloadASPNETMVCTrainingKit.aspx
If you visit code plex and do a search on asp.net mvc you will also find several http://www.codeplex.com/site/search?projectSearchText=asp.net%20mvc
MVC Contrib is a big one on code plex: http://mvccontrib.codeplex.com/
They are actively trying to improve / demonstrate how to use asp.net MVC....
Check out also this question: http://stackoverflow.com/questions/1236100/asp-net-mvc-open-source-real-world-apps
Use the Pro asp.net MVC book published by Apress publication, It has an example with source code and complete reference of MVC