If in previous posts I was presenting the greatness of Java when perform XML - XSL transformations, I am attempting now to do the same thing only in ASP.NET and C#. The ASP.NET control that applies XSL templates to XML is called Xml (or <asp:Xml>). In...
Today I was doing some research in the WCF internals and I realized that the stories around the “using” statement are not all true. If you are a C# developer you are familiar with the “using” statement and you know that it will save lines of code since...
The GUI Extension installer does everything on the CMS to install and register a Tridion GUI Extension, saving you time and letting you try out new GUI Extensions easier and quicker. The idea was started at the Tridion MVP retreat and then I continued...
Continuing with my posts about Tridion 2013 SP1, I will talk about the new Synchronization API. This API that is available via the Core Services making this API easy to use and very light. The new synchronization functionality will analyze the component...
Continuing with my Tridion 2013 SP1 posts I will talk about some API improvements. Below a list containing API improvements. StreamDownload endpoint can now download external items Sample: private static StreamDownloadClient downloadChannel { get ; set...
Continuing with my posts related to the new Tridion 2013 SP1 release, in this opportunity I will talk about the new Import/Export API. Imagine that you want to execute Content Porter like functionality in your programs or scripts, it is now possible by...