Merge pull request #131 from DejanMilicic/master

Web CMS addition : N2CMS
pull/133/head
Rich Lander 2014-11-28 22:19:04 -08:00
commit b9ab415113
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ There are many .NET open source developer projects. You can always use a search
* [Suave](https://github.com/SuaveIO/suave) A lightweight web server and a set of combinators to manipulate route flow and task composition.
* [Umbraco](http://umbraco.com/) - Web content management platform (CMS).
* [WebSharper](https://bitbucket.org/IntelliFactory/websharper) Web programming platform including a compiler from F# code to JavaScript.
* [N2CMS](http://www.n2cms.com/) - Open source, lightweight, code-first CMS able to seamlessly integrate into any MVC project.
* Web Frameworks
* [Nancy](http://nancyfx.org) - A lightweight, low-ceremony, framework for building HTTP based services on .NET and Mono.