I want to use some ASP.NET based CMS for creating my website and don't know which to choose...

I begin it in Sitefinity, but with it very hard to manage code as you want... And it generates ASP.NET WebForms code...

Now I heard about Orchard, which is CMS developed by some Microsoft employers, and is ASP.NET MVC 3 based... Now I have some questions about that

  1. What advantages have Sitefinity against Orchard?

  2. Is there any issues and bugs with using Orchard? Is it comfortable to use?

If you have any other suggestions about using other CMS, I will be pleased)))

link|improve this question

80% accept rate
2  
Orchard is free, Sitefinity is not. – wsanville Aug 25 '11 at 12:59
Know I don't think about money...Imagine that Sitefinity is free too and then answer again xD – Chuck Norris Aug 25 '11 at 13:01
This sort of question gets asked a lot. Have you searched for similar questions? – Simon Halsey Aug 25 '11 at 13:18
1  
Have a look at this post stackoverflow.com/questions/4585835/… – Tim B James Aug 25 '11 at 13:29
1  
Well, I'd add to the price remark that there is lock-in as well, whereas Orchard belongs to the community. It's not just free as in beer. – Bertrand Le Roy Sep 14 '11 at 17:56
show 1 more comment
feedback

2 Answers

up vote 6 down vote accepted

full disclosure: I work for telerik, the company that makes Sitefinity, but these opinions are based on my own experiences with both platforms.

as is often the case, it really depends on a) your needs b) your environment and c) your abilities

Sitefinity is uses asp.net webforms so indeed that is the paradigm behind its pages and controls. This has the advantage that if you are experience with ASP.NET, you've already got a lot of the skills needed to customize and extend Sitefinity. Templates are simply master pages, widgets are simply ascx user controls, and themes are standard asp.net themes.

Orchard follows a parallel of this approach, but as you said, in the MVC world. It makes use of views, layouts, controllers, and other mvc patterns as its foundation. If you're strong with asp.net MVC, it can be a pretty solid platform.

As Mystere Man pointed out, it is relatively new CMS, and I might add seems to be mostly community based. When trying to figure things out in a project I was working on, I felt like I was at the mercy of whatever developer created that one component of the platform and whenver he or she had time to respond.

On the other hand, one of the many advantages of going with Sitefinity is the excellent support you get from Telerik, as well as an active community forum.

Sitefinity is also ramping up its release schedule, with major point releases coming three times a year as well as service packs in between to improve performance and constantly add new features, always based on feedback from customers.

Ultimately, it is always going to come down to your own experience and what is a best fit for all people involved. A site can have any number of involved people, from developers to designers to content writers and of course your visitors. Try each product and think about how each role will interact with the system, and see which feature set best aligns with your needs on all fronts.

hope this was helpful!

link|improve this answer
3  
I +1'ed but I'd like to respond with a small point on support. Commercial support is indeed an important decision factor for many companies (and I hope it will come soon to Orchard from many community members). This being said, I want to point people to the Orchard discussions forums on CodePlex so that they can check for themselves how responsive the Orchard community is. – Bertrand Le Roy Sep 14 '11 at 18:05
feedback

No fully featured CMS is going to be "easy" to program. They might have easy modes that let you color inside the lines, but as soon as you want to do something they didn't account for it gets very hard.

Orchard is a fine CMS, although it's not as mature as many others. You can create your own MVC based sites to go inside it. However, extending Orchard beyond the trivial becomes complex quickly (althought you can do a lot with the trivial).

It's extremely simple to install and use. I'd suggest doing it and playing around with it, also look at the developer pages on the web site.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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