up vote 2 down vote favorite
3
share [g+] share [fb]

What are some projects which are examples of best pratices for ASP.NET MVC?

I'd like to see examples of fairly large projects.

I'm already looking at Kigg. Any others?

link|improve this question

feedback

6 Answers

What about the storefront?

http://blog.wekeroad.com/mvc-storefront/

link|improve this answer
feedback

Consider Code Camp Server, besides being a good MVC example it's also a good example of some of the practices from Domain Driven Design, NHibernate etc.

There's also S#arp Architecture which is more of a web framework built on top of aspnet-mvc.

link|improve this answer
feedback

The asp.net mvc version of the Beerhouse starter kit is nice to study as well.

http://leedumond.com/blog/thebeerhouse-mvc-beta-now-on-codeplex/

http://www.codeplex.com/TheBeerHouse/SourceControl/ListDownloadableCommits.aspx

link|improve this answer
feedback

We just put out the second beta release for the TheBeerHouse MVC, its pretty solid place to start if you want to learn about MVC, LINQ to SQL, and jQuery.

link|improve this answer
feedback

Uhh StackOverflow? :)

link|improve this answer
While SO is a good example of an implemented MVC site, the OP obviously means projects with source available. – Richard Szalay Jan 31 '09 at 20:50
feedback
up vote 0 down vote accepted

Kigg and Oxite seem like the best ones I've found so far.

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.