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
2010-06-29 03:34:01
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
2010-06-29 03:47:42
I did not find how to checkout the source code?
dushouke
2010-06-29 07:23:21
@dushouke It uses Mercurial - http://code.google.com/p/stack-exchange-data-explorer/source/checkout
Dan Atkinson
2010-06-29 21:23:39