Those using DD4T in a Tridion 2013 SP1 environment may find that the Content Delivery assemblies referenced by the latest DD4T Tridion providers aren't fully compatible with the latest Tridion JAR files. I had issues, in particular, when setting up Session...
Once you develop a new template for DD4T, you can also put a Controller and an Action into the Template Metadata. This allows for a nice form of control over your templates. Clean seperation of code and...
Once you develop a new template for DD4T, you can also put a Controller and an Action into the Template Metadata. This allows for a nice form of control over your templates. Clean seperation of code and template and really use the power of MVC.
But...
Compared to previous generation of Content Porter, new ImportExport API works several times faster out-of-the-box. However, there is a way to make export even faster. By default, export is performed in a single thread. However, from TCM perspective, it...
There is a new feature in the export that controls the way how shared items are exported. Export shared items as shared That mode has always been implemented in Content Porter. Shared items are exported as normal items in that mode. In Tridion shared...
The SDL Tridion Transport Service is step two of the content distribution process. This service is somewhat mystical for two reasons: it resides on both the Content Manager and Content Delivery systems and it is more difficult to troubleshoot than other...
Today I fiddled around with PowerShell and found you can pretty easily publish a page in SDL Tridion. This can come in handy for administrative tasks where you typically want to automate in scripting, to avoid to setting up a .NET console project with...
Today I released a NuGet package for Experience Manager and DD4T (.NET). It allows a developer to easily add the required MarkUp to his (View)Models to enable the inline editing features of the Experience Manager from SDL Tridion. Only use this package...
Today I released a NuGet package for Experience Manager and DD4T (.NET). It allows a developer to easily add the required MarkUp to his (View)Models to enable the inline editing features of the Experience Manager from SDL Tridion. Only use this package...