473,545 Members | 2,444 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dot Net CMS systems to consider?

After several months of working in SharePoint to get it ready to implement
our intranet using the CMS features, it's been decided that the organization
doesn't feel that sharepoint is the right product for this. It's a long
story. ;o)

So, I'm now tasked with finding an alternative.

The last time we looked at .net CMS apps was about 5 years ago, and the
market was, well, lacking. We eventually wrote our own, which worked well,
but it seems like I should give a look at what's out there these days.

Some of the ones I'm seeing as potential candidates are:

Community Server
DotNetNuke
Umbraco

Any opinions on the above? Anyone use Umbraco? The primary concern is
'intuitive interface'. Personally, I have yet to find an off-the-shelf CMS
that has anything close to being called 'intuitve' in terms of an interface,
but, that's the goal, at least.

Any suggestions? Are there any other's I should take a peak at?

Admittedly, SharePoint is a bit convoluted from the CMS standpoint. It's
really a mini-CMS built upon this giant SharePoint framework. Powerful, but
it seems to be scaring a lot of our end-users.

I'd also be interested to hear if there are any viable .net based Wikis out
there. I know there weren't many to choose from as of a few years ago.

-Darrel
Jan 31 '08 #1
1 3080
I would consider getting another organization. :-)

Umbraco is fairly nice and easy enough to work with as a developer. It is
not as easy to extend as SharePoint, but it has a lot in the package. Look
at the sample sites from umbraco.org. I like it better than DNN, but I have
never been a huge DNN fan. On the other hand, DNN has a lot of open source
plug ins and is extremely easy to extend, comparitively.

There are some starter kits you can try, but you will end up writing a lot
of code to make them production ready.

Community Server is rather nice, but not free.

There are a few other open source CMS bits at Sourceforge.net .

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****
"darrel" <no*****@nowher e.comwrote in message
news:u2******** ******@TK2MSFTN GP03.phx.gbl...
After several months of working in SharePoint to get it ready to implement
our intranet using the CMS features, it's been decided that the
organization doesn't feel that sharepoint is the right product for this.
It's a long story. ;o)

So, I'm now tasked with finding an alternative.

The last time we looked at .net CMS apps was about 5 years ago, and the
market was, well, lacking. We eventually wrote our own, which worked well,
but it seems like I should give a look at what's out there these days.

Some of the ones I'm seeing as potential candidates are:

Community Server
DotNetNuke
Umbraco

Any opinions on the above? Anyone use Umbraco? The primary concern is
'intuitive interface'. Personally, I have yet to find an off-the-shelf CMS
that has anything close to being called 'intuitve' in terms of an
interface, but, that's the goal, at least.

Any suggestions? Are there any other's I should take a peak at?

Admittedly, SharePoint is a bit convoluted from the CMS standpoint. It's
really a mini-CMS built upon this giant SharePoint framework. Powerful,
but it seems to be scaring a lot of our end-users.

I'd also be interested to hear if there are any viable .net based Wikis
out there. I know there weren't many to choose from as of a few years ago.

-Darrel

Feb 1 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1185
by: Tim Churches | last post by:
Boc Cringely's column on the need for a grassroots (seaweed roots?) tsunami warning system for the Indian Ocean (and elsewhere) makes some very good points - see http://www.pbs.org/cringely/pulpit/pulpit20041230.html In his following column ( http://www.pbs.org/cringely/pulpit/pulpit20050107.html ), he notes: "Now to last week's column...
24
4533
by: Kanthi Kiran Narisetti | last post by:
Hi All, I am Windows Systems Administrator(planning to migrate to Linux administration in near future), I have occassionally written few batch files and Vbscripts to automate my tasks. Now I have strong interest to learn a programming language that would help me to write Scripts or Application ( In Systems Administrative point of view) .
21
1680
by: geskerrett | last post by:
I was wondering if anyone could make recomendations/comments about CVS systems, their experiences and what perhaps the strengths of each. Currently we have 2 developers but expect to grow to perhaps 5. Most of the developement is Python, but some C, Javascript, HTML, etc. The IDE what have been using/experimenting with are drPython and...
54
5758
by: Matt | last post by:
How do we define systems programs? when we say systems programming, does it necessary mean that the programs we write need to interact with hardware directly? For example, OS, compiler, kernel, drivers, network protocols, etc...? Couple years ago, yes, I understand this is definitely true. However, as the software applications become more and...
2
2009
by: Chris Fink | last post by:
I have the need to perform an atomic operation in two systems, a database and an ftp site. The process is two step; 1. insert a row into oracle, 2. delete a file from a remote ftp site. I need to make these steps atomic...either they both succeed or both fail. Any suggestions on how I create a transaction that bridges these two steps...
49
8907
by: Alex Vinokur | last post by:
Are there any restrictions/problems for use of C++ STL in development in embedded systems? In particular: * Does STL require too much space/memory? * Is 'implementation of STL algorithms/methods' reenterable/reentrant? * What is the cost to provide continuity of vectors in memory? Any other problems? -- Alex Vinokur
18
4759
by: bjorn.augestad | last post by:
We're planning to migrate our db to new and more disk drives, faster RAID levels and more dedicated disk usage(e.g. placing the translog on dedicated disks). The db server runs on Win2003. Right now we're thinking about what file system to use on the new drives. We opt for performance, but expect reliability as well.(Goes without saying,...
0
4036
by: JosAH | last post by:
Greetings, Introduction Last week I started thinking about a text processing facility. I already found a substantial amount of text: a King James version of the bible. I'm going to use that text for the examples in this article. I want to 'transform' the entire text to a Java object that allows me to search through the entire text in a...
14
1872
by: Martin Wells | last post by:
When I want to store a number, I use "unsigned". I go with unsigned because it's the natural type for the system, and so should be the fastest. However, there are 8-Bit microcontrollers out there that do 8-Bit arithmetic faster than 16-Bit arithmetic, and so on these systems char is faster than int. Standarising C in such a way that int...
30
4256
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
Let's say we had a simple function for returning the amount of days in a month: unsigned DaysInMonth(unsigned const month) { switch (month) { case 8: case 3: case 5:
0
7490
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7682
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7935
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7449
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7780
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6009
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5069
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3479
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.