Reputation: 9148
I am trying to learn ASP.Net MVC framework and I was wondering if there were any good reference applications that I could use to learn about implementing ASP.Net as well as best practices for implementing LOB apps.
If possible I would like to see a ASP.Net MVC app that uses AJAX too.
Upvotes: 6
Views: 521
Reputation: 12854
NerdDinner
http://www.codeplex.com/NerdDinner
MVC Storefront
http://www.codeplex.com/mvcsamples
KIGG (MVC implementation of Digg running at dotnetshoutout.com)
http://www.codeplex.com/kigg
Oxite
http://www.codeplex.com/oxite
Code Camp Server
http://code.google.com/p/codecampserver/
CarTrackr
http://www.codeplex.com/CarTrackr
StackOverflow (no source of course)
http://www.stackoverflow.com
Upvotes: 7
Reputation: 3063
CarTrackr is a simple sample app from the book ASP.NET MVC 1.0 Quickly.
Upvotes: 0
Reputation: 5813
Code and Tutorial available as a free chapter from ASP.Net MVC 1.0 Book by Conery, Hanselman, Haack, and Guthrie (couldn't find SO user page)
Source code also available on CodePlex
Upvotes: 4
Reputation: 466
Have you looked at NerdDinner?
also
the html tutorial for the Nerd Dinner
Upvotes: 2
Reputation: 30985
Oxite project (an open source blog engine)
There are however opinions that it is not that good an example to learn from:
Upvotes: 0