views:

336

answers:

5

Hi,

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.

A: 

Oxite project (an open source blog engine)

There are however opinions that it is not that good an example to learn from:

Oxite - Oh Dear Lord Why?!

User
That was before the did a large refactoring, the code base is in far better state and would night recommend checking it out as how an Mvc app. should be done.
Chris Canal
+3  A: 

Nerd Dinner

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

dustyburwell
+2  A: 

Have you looked at NerdDinner?

ScottGu' blog

also

the html tutorial for the Nerd Dinner

iWeasel
+6  A: 

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

Chad Moran
+1 for KIGG. Very comprehensive unit testing in this project!
Page Brooks
A: 

CarTrackr is a simple sample app from the book ASP.NET MVC 1.0 Quickly.

kay.herzam