Would N2 or Composite be a more suitable CMS to use to manage a small business website?
N2 or Composite for simple site
665 Views Asked by Kev At
1
There are 1 best solutions below
Related Questions in CONTENT-MANAGEMENT-SYSTEM
- MongoDB Content Management Web App for the non-technical
- Is it possible to edit a php file from itself?
- Integrate content from API with a CMS website
- Umbraco 7 lists
- What SQL privileges is it best to use to satisy requirements of most popular CMS
- fire external script background with js?
- Save + Publishing in Umbraco reverting back to previous save
- How to add a HTML Home page to a prestashop page
- Appending children to different elements with same class name
- Moving strings and triggering events with jquery
- Add block to all CMS Pages with certain URL Key
- Can't insert and update at the same time
- Cons of a liferay cms while website development using Community Edition
- What is the best way for me to find what CMS a webpage is using?
- How to enable the subheader, but only for the custom extension in typo3 6.x backend?
Related Questions in C1-CMS
- Nested Page Templates
- CMS managed images are getting height and width of 0 on some reloads
- Is there a way to use razor variables in PageTemplate Features
- In C1 CMS How to create a list dynamically by getting input from user at the function property window?
- Composite C1 - Language / Localization in Blog module
- Composite C1 - Using MVC RenderSections or the like
- composite c1 cms page titles no longer displaying?
- Composite c1 in Load Balanced Environment
- Composite C1 - Multiple domains & sites in one Composite C1 instance
- Why are some Composite C1 'Page Template Features' 'html' and some 'xml'?
- Convert Composite C1 - insert MVC partial requires Visual Studio solution?
- Parsing content of VisualXhtmlEditor with Razor
- Translation of data only possible in one direction?`
- Composite c1 "You should create at least one page type first" error mesage
- Razor function takes more load time than usercontrol function
Related Questions in N2
- Mutually Exclusive Editable Items in N2 CMS
- N2CMS Publish button is missing
- Blog Functionality Within N2 CMS
- N2 CMS Setup problem, missing an assembly reference <add namespace="Microsoft.Web.Mvc"/>
- How to integrate YAF in N2-based ASP.NET MVC site?
- N2CMS and dropdown navigation menu
- .NET Open Source CMS to use as framework with Jquery and MVP
- N2 CMS - My Items dont show in the tree
- Nhibernate one-to-many with table per subclass
- N2 or Composite for simple site
- How can I make N2CMS show edit page in admin interface by default?
- N2CMS: restricting the number of ContentItems of a certain type below another ContentItem
- In N2CMS, can you disable the prompt to 'Update links leading to' the item you just edited?
- N2CMS - Firefox 30 : Part selector drag&drop broken
- Web site projects vs Web Application - which is better?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
N2 CMS is more of a platform for building a CMS rather than a fully featured CMS in it's own right. There is though, an example implementation to get you started. I would think that that Composite C1 or Orchard is likely to give you a quicker start at building a small business website if you're starting from scratch. However I think N2 be of use if you ever need to build CMS function into an existing site (but this would be quite difficult with the other two I've mentioned).
Edit: C1 and Orchard also seem to be under more active development than N2 which doesn't appear to have had any new releases since early 2011.
You can install C1 and Orchard pretty easily from Microsoft's Web Platform Installer. With C1, choose the Omnicorp demo site to see a sample deployment with a few pages already created as this will be the quickest way to evaluate it. Installing from the WPI is probably a faster approach than installing it from source for the purposes of evaluation.