MCMS
April 28, 2006 | In Development | No CommentsMost of this week has been spent reading about Microsoft Content Management Server 2002.
I think it is a rather interesting piece of software. The point of it is to aid development and maintenance of large web sites by separating content from design and development. The design and development is done in Microsoft Visual Studio .NET, which means ASP.NET and all the power that brings. The content authoring is done in context through the actual web pages themselves, or through Microsoft Word.
Additional development and authoring is made extremely simple through the use of templates and code-behind that can be used to automatically generate such things as navigation menus and summary pages.
I like it, hopefully soon I’ll get a change to implement it for a live site, then I can make a proper assessment.