Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What open source software uses ASP.NET MVC [closed]

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.

like image 216
Luke101 Avatar asked Nov 14 '22 09:11

Luke101


1 Answers

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"

like image 153
Dudu Avatar answered Dec 08 '22 06:12

Dudu