views:

1395

answers:

4

I think all of the tutorials and stuff are great on blogs, but sometimes when you actually build an application the way you would code or interact with a system is quite different.

I was wondering if you all knew some good real world type ASP.NET MVC applications that have the source code available for experimentation.

Off hand I am aware of the following, but I'm interested to see if there are more:

+2  A: 

I'm sure you know of storefront. I've heard it's a good tutorial and it comes with source code.

Cristian Libardo
Ohh yeah, I forgot about that one. I knew I was forgetting something. Any others?
Elijah Manor
A: 

Check out Code Plex

Ron Skufca
+1  A: 

I can put the code up if anyone wants it (for either below). I've done two MVC apps that are currently live. They're below.

http://bradygaster.com/wootwatcher/ http://bradygaster.com/socialtimeline/home.mvc

brady gaster
+1  A: 

Oxite

Oxite is a simple blog engine written using ASP.NET MVC, and is designed with two main goals:

  1. To provide a sample of 'core blog functionality' in a reusable fashion. Blogs are simple and well understood by many developers, but the set of basic functions that a blog needs to implement (trackbacks, rss, comments, etc.) are fairly complex. Hopefully this code helps.
  2. To provide a real-world sample written using ASP.NET MVC.

Links

Update: Karl Seguin critizing the Oxite implementation: http://codebetter.com/blogs/karlseguin/archive/2008/12/15/oxite-oh-dear-lord-why.aspx

splattne