up vote 10 down vote favorite
11
share [g+] share [fb]

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:

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

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

link|improve this answer
Ohh yeah, I forgot about that one. I knew I was forgetting something. Any others? – Elijah Manor Oct 13 '08 at 18:27
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Check out Code Plex

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.