diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 286ae21..d2116ef 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -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.