13

I have a small site I developed for a friend that uses ASP.Net MVC and was wondering if I could hook it up to dotnetnuke or another CMS. Or is doing an admin site using dynamic data?

KevDog
  • 5,763
  • 9
  • 42
  • 73

7 Answers7

9

Here is a list of a few ASP.NET MVC based CMS's. However these are not based on the current release candidate but I think they are a pretty good start.

N2 Open Source ASP.NET CMS http://n2cms.com/

Oxite http://www.visitmix.com/Lab/Oxite

Hydrogen CMS http://www.hydrogencms.net/Home.aspx

David Negron
  • 1,356
  • 2
  • 14
  • 23
  • 4
    +1 for N2 - I've not downloaded the latest **release** of this, but the up to date code from GoogleCode certainly appears to reference the latest versions of System.Web.Mvc.dll - it's a matter of moments to recompile it anyway, it's also a very good CMS. – Zhaph - Ben Duguid Mar 18 '09 at 12:08
  • Oxite has a number of "issues" especially around best practices or the potential lack of... – Zhaph - Ben Duguid Mar 18 '09 at 12:10
  • I've got some hope for the Orchard project. – KevDog Mar 15 '10 at 00:02
8

Take a look to Kooboo (kooboo.com). A simple to use and flexible CMS based upon ASP.NET MVC.

Lester
  • 513
  • 5
  • 15
2

I wish there was a good CMS in MVC. However MVC isn't even RTM yet! The thing with current .NET CMSs are that they don't handle URLs very well. I'm hoping a CMS built on MVC will pop up at some point.

Jonathan Parker
  • 6,705
  • 3
  • 43
  • 54
2

Try Composite C1. I have developed a few MVC modules for this. The good thing is that you can have both MVC and Web Form modules working side by side in this CMS.

Aboo
  • 2,314
  • 1
  • 18
  • 23
0

In my opinion, the only decent CMS is the one you write yourself. Just the features you want, with no inactive sections, but if you want to have a solid base to start with, try MVCwCMS (Please note I'm the author).

Valerio Gentile
  • 1,071
  • 11
  • 24
0

Take a look at OpenSourceCms.com, they might have what you're looking for or the demos there might at least help lead you to an answer.

VirtuosiMedia
  • 52,016
  • 21
  • 93
  • 140
0

Oxite might be the closest to what you are after at the moment although I think it is more of a blog engine.

Luke Lowrey
  • 3,203
  • 3
  • 28
  • 40