ASP.NET Content Management System

by Geert 21. September 2008 08:30

Sometimes, you are surfing the web looking for something that you simply can't find. Quite some time ago, I had this problem. I have developed the website CatenaLogic.com including it's store myself. However, everything was fixed and changing some text required me to completely rebuild and upload the website. This was a horrible task. At the time of development (about 2 years ago), I already looked for some ASP.NET content management systems (from now on I'll call it CMS), but only found DotNetNuke (and some other projects). However, the downside of DNN is that the learning curve is very steep and the integration is much too hard. Turning an existing website into DNN is (at least for me) a horrible task.

About 4 months ago, I decided to upgrade the website to implement better support for multiple payment methods, and I started searching the internet again for an ASP.NET CMS. The reason I don't write it myself is because I don't want to do the job that a lot of people did before me. Then I found it, the golden grail:

N2 CMS

N2 CMS is an open source content management system that lets the developer decide how to do the integration. Simply said, N2 CMS simple stores the data for you and you can retrieve it from the database via the N2 interface. This is the minimum you have to do to use N2 CMS. However, there is also a fully supported templates project that provides a lot of basic controls to build a simple website. For a great example, visit the N2 CMS Templates Page.

N2 CMS is also available on CodePlex.

kick it on DotNetKicks.com

N2 Content Management System, a great open-source content management system for ASP.NET

Tags:

ASP.NET

Comments are closed

About the Author

Geert van Horrik is a independent freelance software developer since January 1st, 2007. Since then he was been working on several projects from C++ to C# (WPF, ASP.NET, etc). Currently he loves to write his software using WPF (or Silverlight if WPF isn't an option).

Lately, Geert is spending a lot of time on Catel, a free open-source MVVM Framework for WPF and Silverlight. Actually, it's more than "just" an MVVM Framework, it's a complete application library!