tags:

views:

123

answers:

2

Hi all, I am building a custom Content Management System for my client, using C#2008, ASP.Net technology. I am looking for advice regarding the architecture (application layout, database layout etc) of such a system.

Anyone here have any experience design / developing such a system? Any websites that I can get more information from?

Any open source CMS out there?

Thanks in advance.

+1  A: 

Any open source CMS out there?

Check out Umbraco, its very good, not suitable for everything (depends on your sites content really) but you get so much for free that it would be silly to not give it a look over, its not a small bedroom hack up job.

Regarding creating your own CMS, I'd probably try to steer you away from it, its not for the faint of heart unless your content demands are very niche. Even then its better to build on top of something else if at all possible.

ASP.net MVC would be worth a look too if you are going down that code your own route, would save you some headaches.

Pete Duncanson
This does look like what I am looking for. Thanks for your help.
LearningCSharp
I have had first hand experience with Umbraco v3. It does a job, but I probably wouldn't use it again. Found it to be quite buggy esp the WYSIWIG editor.
James
V4 has a completely new front end and I've had no problems with it myself. V5 is due out soon I hear which will have even more goodies and code fixes in it.
Pete Duncanson
+1  A: 

DotNetNuke is a good open source CMS is specifically for ASP.NET development. Definitely worth a look.

James
Will look into it. Great idea. Thanks
LearningCSharp