vote up 2 vote down star
4

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?

flag

6 Answers

vote up 0 vote down check

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

link|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 2 vote down

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|flag
vote up 0 vote down

Uhh StackOverflow? :)

link|flag
While SO is a good example of an implemented MVC site, the OP obviously means projects with source available. – Richard Szalay Jan 31 at 20:50
vote up 3 vote down

What about the storefront?

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

link|flag

Your Answer

Get an OpenID
or

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