Search code examples
.netasp.netasp.net-mvccontent-management-systemcontent-management

If you had to pick a free CMS to integrate with ASP.NET MVC what would you pick?


I am looking for starting from scratch with a CMS - specifically one that will integrate well with ASP.NET MVC.

  • preferably somebody has written Html Helpers for me
  • must be easily editable by an idiot
  • must give me really nice clean HTML
  • must be able to store simple strings, or full blown documents
  • would really prefer SQL server as the backend - or a webservice interface if it has to be mysql
  • must be good for future localization concerns

I know very little about these things, and I'm going to explore more CMS questions on Stackoverflow - but didnt specifically find much so far about MVC integration.

Really what I'm looking for initially is advice on whether or not I should get hung up on easy MVC integration as opposed to just lookin for the best CMS.

Edit: The kind of content I'll be storing will be resources such as strings, short HTML 'sections' which may describe a product, short descriptions of contests, long documents originally created in Word.


Solution

  • N2 CMS has an example site built against an earlier version of MVC, it can be downloaded from codeplex - the source was moved to GoogleCode over a year ago, and I found that I needed to download that and recompile it against the latest MVC bits to get it to work.

    This is one of the few open source CMSs that I've looked at that I would actually consider a CMS, rather than a "glorified blogging engine" - just my £0.02 though.