views:

503

answers:

4

I've been browsing CodePlex, but I was wondering if there were any ASP.NET MVC applications that really stand out among the rest.

+5  A: 

Code Camp Server - http://code.google.com/p/codecampserver/

Kyle West
+5  A: 

Suteki shop is excellent.

Demo app here: http://sutekishop.co.uk/

Code here: http://code.google.com/p/sutekishop/

Mike Hadlow, the author, demonstrated TDD with ASP.Net MVC and Linq to SQL. As I understand it a nHibernate port is on the was as well.

It's certainly production-ready as-is and there's a lot to learn from Mike's style if you're new to MVC

Jump the Gun is a real shop, built with SutekiShop. http://www.jumpthegun.co.uk/shop/Product/Index/3
IainMH
+8  A: 

Rob Connery's MVC Storefront/Commerce Starter Kit, with videos...

Codewerks
I also recommend this as a great starter. The bonus is that it's been adopted by Microsoft, so they will continue to update as and when .NET MVC improves.
Dan Atkinson
A: 

THIS site stand out among rest ;)

http://blog.stackoverflow.com/2008/09/what-was-stack-overflow-built-with/

"good and *open source* applications"
Manuel Ferreria
But we don't know if it's "good" until we see the source. Show me the source, Jeff.
Thomas Owens
They say it's ASP.NET MVC, but without the source we can't be sure it's not really well disguised Ruby on Rails running on a LAMP stack using text files as a database.
Andrew Lewis