Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building a CMS in ASP.NET MVC

I'm curious to know if any basic CMS code has been written for ASP.NET MVC.

The reason I ask is, I'm making a data-driven website for a client, and I've already spent a significant amount of time building it from the ground-up in MVC, but now the client wants content management facilities.

Basically they want to be able to add/edit/remove articles and have revision control.

It would be great if I could somehow 'bolt on' the content management without having to start again from scratch, developing it under an existing CMS.

Should I build the article management and revision control myself, or should I re-use some existing package?

like image 723
Jonathan Avatar asked Mar 17 '09 23:03

Jonathan


People also ask

What is CMS in asp net c#?

A content management system (CMS) is used to supervise and exploit website content. With a CMS, users can create, edit, and delete content from a website. Usually, CMS software provides an interface that does not need HTML skills or other technical knowledge.

Is asp net a CMS?

Summary:ASP.NET Content Management System platforms are smart to automate all the content processes on a website. At present, many ASP.NET CMS are available.

How do you use Piranha CMS?

5 minute setup Piranha CMS is totally package based and available on NuGet. The easiest way to get started is to install our template package from NuGet which contains all of the available project templates. After that is done, just create a new project and get going.


2 Answers

N2 does what you describe - "bolts on" to existing ASP.NET solutions (including MVC).

like image 146
Rex M Avatar answered Oct 12 '22 21:10

Rex M


Also, kooboo is interesting http://www.kooboo.com

like image 30
Stefan Steiger Avatar answered Oct 12 '22 20:10

Stefan Steiger