Introduction
In this post I am going to explain how to set up and use the Dynamic Delivery For Tridion Framework. If you haven’t heared of this framework check out this site: http://code.google.com/p/dynamic-delivery-4-tridion/
In short: Dynamic Delivery...
Introduction
In this post I am going to explain how to set up and use the Dynamic Delivery For Tridion Framework. If you haven’t heared of this framework check out this site: http://code.google.com/p/dynamic-delivery-4-tridion/
In short: Dynamic Delivery...
The well-known part Since Tridion 5.3 was born, we dived into Modular Templating. If you have seen our trainings on Modular Templating or if you have just read about best practices on this field, you'll probably know that we emphasize on the fact that...
When working with Contacts in Audience Manager, you will often need to loop through a list of Contacts and perform some action.
There’s a couple of things you need to know about that, which are not immediately obvious:
Any list of Contacts is...
I learned something new this week: although WCF clients implement IDisposable, you should not put them in a “using” statement.
See the following MSDN article: Avoiding Problems with the Using Statement
Sure, it will close the connection when you...
I’ve recently been working on a GUI extension for 2011. Following the great work being done in the Power Tools project I refactored my server-side functionality in to a Model. This brings my extension...
I’ve recently been working on a GUI extension for 2011. Following the great work being done in the Power Tools project I refactored my server-side functionality in to a Model. This brings my extension in line with the approach used by our R&D guys when...