tags:

views:

476

answers:

6

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?

+2  A: 

What about the storefront?

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

Chris Farmer
A: 

Uhh StackOverflow? :)

Jim Petkus
While SO is a good example of an implemented MVC site, the OP obviously means projects with source available.
Richard Szalay
+2  A: 

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.

Christian Dalager
+2  A: 

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

Morph
+1  A: 

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.

Al Katawazi
A: 

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

ajma