Raj Rao
Raj Rao

Reputation: 9148

Are there any ASP.Net MVC reference applications

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

Answers (5)

Chad Moran
Chad Moran

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

kay.herzam
kay.herzam

Reputation: 3063

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

Upvotes: 0

dustyburwell
dustyburwell

Reputation: 5813

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

Upvotes: 4

iWeasel
iWeasel

Reputation: 466

Have you looked at NerdDinner?

ScottGu' blog

also

the html tutorial for the Nerd Dinner

Upvotes: 2

User
User

Reputation: 30985

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?!

Upvotes: 0

Related Questions