vote up 3 vote down star
3

I'm struggling to find a good reference application for ASP.NET MVC. By "reference", I specifically mean an application that flexes all of the framework's features in the Microsoft-sanctioned manner, such as:

  • Master pages
  • Partial views
  • Strongly-typed models
  • Authentication
  • Custom routes
  • etc...

The open source examples that are out there (CodeCampServer, SutekiShop) either add significantly to the base framework or don't use all of the baked-in features.

flag

If Gordon Bell, ajma, and LukeDuff don't mind, I would like to keep this question open to see what else gets submitted over the next few months. – Portman Mar 3 at 14:39

3 Answers

vote up 2 vote down

This isn't official but you could check out Kigg: http://www.codeplex.com/Kigg

It's a sizable Asp.net MVC Digg-clone with some decent code in it. Used on dotnetshoutout.com

link|flag
vote up 2 vote down

I asked more or less the same question here: http://stackoverflow.com/questions/499319/what-are-some-projects-which-are-examples-of-best-pratices-for-asp-net-mvc

As for official, the closest would be Rob Connery's which was mentioned.

link|flag
Snap! This looks like it has a lot (if not all) of what I'm looking for... codeplex.com/TheBeerHouse/SourceControl/… – Portman Feb 11 at 20:36
vote up 4 vote down

Have you seen Rob Connery's MVC Storefront Webcast Series?

http://www.asp.net/learn/mvc-videos/#MVCStorefrontStarterKit

Source Code:

http://www.codeplex.com/mvcsamples/

link|flag
Maybe I'm just having a bad day at Finding Things on The Internet, but where's the code? I'm not particularly interested in watching 12 hours of video... – Portman Feb 11 at 20:32
Ahh, thanks. Just FYI to any others -- the source code was removed in Dec 2008, so you need go to a prior commit to see or download it: codeplex.com/mvcsamples/SourceControl/… – Portman Feb 11 at 21:12

Your Answer

Get an OpenID
or

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