vote up 23 vote down star
5

Which is a good .Net based CMS out there (for creating a corporate website). I have used Kentico CMS for some time, and am moderately happy with it.

However, is there anything better out there. I would like the ability to develop my own custom asp.net templates for various page types and install them.

flag

74% accept rate

25 Answers

vote up 7 vote down check

I'd highly recommend you take a look at DotNetNuke, an open-source .NET CMS.

I have used it for internal sites, and external sites for both small and large companies. You'll have thousands of pre-built modules and skins available, plus readily available documentation and support (plus several books specifically for DotNetNuke as well) for developing your own skins and modules.

link|flag
Can you actually use DNN for large corporate sites? Last time I tried it (v3) it felt restricted to skinnable portals only – Chris S Jan 23 '09 at 21:18
You can do so much more with DNN than just 'skinnable' portals. I've deployed several large scale sites using DNN v4 and written a number of modules for them. It's probably by far the best .NET CMS currently available. – Liam Sep 10 at 15:09
DNN is based on Web Controls logic and theming. It is out of the box CMS not very good as an API. If you are looking for CMS with great API take a look Umbraco or get crazy and move to ASP.NET MVC. :) – jpkeisala Nov 23 at 17:23
But is the Community Edition enough? – Andreas Grech Nov 26 at 8:44
@jpkeisala - I have to disagree that DNN doesn't have a good API. You can do quite a bit with the DNN framework to extend or change its functionality. – Purple Ant Dec 9 at 16:56
show 1 more comment
vote up 0 vote down

I'd recommend both EpiServer and KenticoCMS having used them both.

-- Lee

link|flag
vote up 0 vote down

I suggest checking out Umbraco and Sitecore. Umbraco if you have low budget and very simple website but if you need to make integration (i.e. Sharepoint, ldap, etc...) then I recommend Sitecore.

link|flag
vote up 1 vote down

Kentico cms gets my vote . Excellent features and after sales support.

link|flag
vote up 1 vote down

Relatively new, and still in alpha, but Oxite may be one to watch. Oxite is quite lightweight compared to larger frameworks like Nuke and Joomla, and is implemented in ASP.NET MVC with consideration for standards compliance, and separation of concerns. Architecturally it's designed around Linq-to-SQL and Unity(an MS dependency injection application block).

link|flag
vote up 0 vote down

MojoPortal gets my vote

link|flag
vote up -3 vote down

Take a look at Joomla CMS. It's a full-featured CMS that's open source BUT built in php. Now that .net platform supports fastCGI(php) it could maybe be a choice.

link|flag
"Now that .net platform supports fastCGI(php) it could maybe be a choice." I guess you mean IIS server. For your information - IIS and .NET are different things. – deadbeef Oct 29 at 17:11
vote up 3 vote down

I would use N2. I've used it for a couple of sites and it's really great.

Plus, I know the author personally and he's continuously making it better. :)

http://www.n2cms.com

link|flag
vote up 1 vote down

I'll put another vote in here for DotNetNuke, with a little bit of work you can create whatever you need to meet your end goals. And the price is right!

If you need specific functions, the third party tool market via SnowCovered and other sources are also very nice for quick, cheap add-ons that you don't have to code yourself.

link|flag
vote up 6 vote down

I've just started looking at N2, and being open source, and using ASP.NET MVC with complete control of the HTML is a huge bonus. I've been using episerver 4 too, which is ghastly in comparison.

link|flag
Can you elaborate on the ghastliness of episerver 4? Any experience of using the latest version (5?) in comparison? – Richard E Aug 5 at 18:21
vote up 1 vote down

+1 for Umbraco. There's a little bit of a learning curve if you're not comfortable with XSLT, but the end user experience is one of the cleanest and most usable I've seen in a CMS. They also built it keeping in mind that developers would want to add custom ASP.NET pages/controls so it's a fairly simple process to integrate those.

link|flag
vote up 7 vote down

Professionally, I "live" in the DotNetNuke world. I've found that it is very useful for a wide variety of projects, is very flexible and powerful.

It definitely has a few drawbacks, namely in the admin user experience, XHTML/CSS standards compliance and developer documentation areas. It's historically taken a lot of hands on experience to get familiar with the framework. Thankfully, those areas I mentioned are starting to get a lot more attention these days!

In my opinion, the benefits far outweigh the drawbacks if you're looking for a mature portal framework. As with anything, it's a tool in the toolbox that should be used wisely, and the needs of each project are different!

Here is the list of CMS frameworks I know about. I hadn't seen anyone else mention MojoPortal - but it looks pretty cool as well!

Also of interest: take a look at the 2008 Open Source CMS Award Finalists list. MojoPortal won the best "other" CMS last year.

link|flag
vote up 4 vote down

The open source Umbraco CMS seems like it's worth a look. I haven't built anything on top of it yet, but it's my choice for a future website project after evaluating it.

It seems to be pretty well documented, including its API.

link|flag
Not sure about well documented and its API (even in version 4) seems to ignore ORMs, but it's a decent CMS – Chris S Jan 23 '09 at 21:17
vote up 0 vote down

Take a look at the Ektron CMS. It's a full-featured CMS, with excellent out-of-the-box functionality and is quite easy to customize. I've released 2 sites so far, and am working on 5 more as I type. Pricing isn't too bad -- around $5K (I think) for a starter setup, up to around $65K for enterprise features (web farm, commerce, etc).

link|flag
I couldn't disagree more with this post. I've worked with Ektron (various versions) over the past few years and it is an ugly ugly application. It's "out of the box" features may work ok, but if you intend to do any customizing or extending, good luck!! – aweber1 Oct 3 '08 at 20:40
Pricing gets very expensive, too - you get get into $50k+ in licensing. – chris Apr 23 at 0:43
I worked on a CMS project for over a year and we had a horrible time with it. It had a rediculous architecture to it, there were so many uneeded webservice calls that our sites completely bogged down. We actually wound up rewriting the core of the CMS system just to make it usable. Beware this product if performance/scalability is important to you, we also found several security holes. – Agile Noob Aug 12 at 18:10
vote up 3 vote down

DotNetNuke is good provoding that your willing to deal with an OpenSource CMS where everything seems commericalized. Want custom skins, themes and modules? Prepare to pay for them.

Also I was not impressed at all with the online documentation for it.

link|flag
Yeah that's what I found too. It seems to be a HUGE pain to get going with. I had to fill out a form just to download the install documentation!?!? I also found it hard to find the other pieces of documentation, and it wasn't well organized. – SkippyFire Jun 8 at 2:27
vote up 1 vote down

I've just started using N2. It is pretty simple to use. There aren't a lot of bells and whistles built in, but it easy to extend.

link|flag
vote up 4 vote down

I've used DNN (dot net nuke) for a friends band website, and while its really customizable, i still find it way to programmatic for a non tech savy user to try and maintain, and this is talking about just using the basic features and functionality.

link|flag
vote up 1 vote down

I have used Immediacy extensively in the past. It is extremely simple for editors and quite customisable for developers, without some of the trickiness of set up and deployment you get with other offerings.

In fact if your requirements are simple you can have a site up, running and re-skinned in a matter of hours.

I've also found that editors are much less intimidated by the content entry and administration functions than say sitecore. Which in my experience is where most CMS implementation projects live or die.

It's downside is that it's not 100% customisable (particularly at the editing end of things).

link|flag
vote up 1 vote down

I'm also in the process of evaluating .Net CMS and regarding Kentico vs Sitefinity, I found Kentico a much better product.

link|flag
vote up 2 vote down

Update: Vaibhav, in some of your other posts, I saw you're using Telerik's controls. So for you another advantage would be.. yes, Sitefinity was made by Telerik :)

Did you check out Sitefinity? If you are a developer I think it is a very good choice. Community version (free), much cheaper than competition, extensive API and other goodies. It was built to be very extensible and basically even if you don't have something, you can easily build it yourself.

link|flag
vote up 1 vote down

Corporately we use a product called EasySite that is .NET based from EIBS.

The page design is element based and the API allows us to create .NET plugins as new elements; for use on the individual pages as well as the site style in general. We have created a plugin that works with our historic authentication module.

The company are very helpful in supporting plugin development and I believe have just opened offices in the US. They are UK based.

Cost wise I believe they are competitive although I didn't have any involvement with the tender process.

link|flag
vote up 0 vote down

EPiServer should be in the range of about $10k-$15k. (In Norway at least)

So, it is not cheap, but you will save that money in developer time.

link|flag
vote up 1 vote down

I have used Boss a few times. It's aimed at designers more than developers, but it is an awesome CMS that handles most needs out of the box.

link|flag
vote up 0 vote down

@Lars - code-savvy is not a problem. I need the CMS for our own website, not as a customer offering.

I couldn't locate pricing on their site (it seems I will have to mail them). Any clues for in which range it is?

link|flag
vote up 6 vote down

If you are code-savvy, and not afraid to pay up, I would recommend EPiServer

My company uses it for a lot of customers, and it's a very nice platform to build your site on.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.