Which open source software uses ASP.NET MVC?

I would like to see how other software is developed using 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 check out other open source projects using mvc technology for Microsoft.

+5
source share
2 answers

Oxite is an open source web engine compatible blog engine built on ASP.NET MVC.

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

+1
source

Stack Exchange Data Explorer has just opened open source.

I looked through it, and this is a well-designed, well-written project with many useful tips and tricks. Their use of a static object is Currentinteresting, and I will look at it in the future.

0
source

All Articles