2005

In a previous article I have explained how to use the using construct to create scalable application using the CmsApplicationContext. Today I found a great article from Cyrus with more insights on this nice C# construct: http://blogs.msdn.com/cyrusn/archive/2005/05/10/415956.aspx

Ever thought about adding custom properties to resource galleries or resource gallery items? Then you will have noticed that MCMS does not support this. Andrew Connell a MCMS MVPs has written a nice and very flexible solution for this problem: http://andrewconnell.com/blog/articles/CustomPropertyDbEx.aspx

Ever had the problem that you needed to do housekeeping on your MCMS database? Lots of space is often used by resources in resource galleries. So a good idea is to ensure that only used resource gallery items keep stored in the database. MCMS does not provide a public API to identify which resources are […]