From d01c816f5c2962a5971926f34aa76411d0081cae Mon Sep 17 00:00:00 2001 From: Dejan Milicic Date: Fri, 28 Nov 2014 22:05:31 +0100 Subject: [PATCH] Web CMS addition : N2CMS --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 3bba3ba..d34d4db 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -31,6 +31,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.