views:

100

answers:

2

I would like to see how other software is designed using the MVC technology. I am working on a small MVC project and would like ideas on how to design it. The only way to look at high quality code is to inspect other open source projects using the microsofts mvc technology.

+1  A: 

Oxite is an open source, web standards compliant, blog engine built on ASP.NET MVC.

you can go to http://www.codeplex.com/ search "asp.net mvc"

dushouke
A: 

The Stack Exchange Data Explorer has just gone open source.

I've had a look through it and it's a well designed, well written project with plenty of useful little tips and tricks. Their use of the Current static object is interesting and something I'm going to look at doing in the future.

Alastair Pitts
I did not find how to checkout the source code?
dushouke
@dushouke It uses Mercurial - http://code.google.com/p/stack-exchange-data-explorer/source/checkout
Dan Atkinson