Tridion Utility / Helper Methods
We often faced scenarios for which we need to write helper methods to overcome business needs or application needs using Tridion with DD4T framework but mostly to work with other frameworks as well with some modifications...
I recently gave a presentation at the Ohio Valley SDL Web User Group, which focused on the two main Content Delivery frameworks DD4T and DXA. If you were not present for this presentation, you can find a copy of my slides after … Continue reading → ...
URLs in DD4T .net v1.3x are case sensitive. The issue is more of an annoyance than anything because Tridion Content Delivery provides APIs that perform findByUrl in a case-insensitive way. However, that doesn't help us because the default TridionPageProvider...
At the Tridion Developer Summit in September Siawash Shibana and Albert Romkes gave a presentation of a DD4T .NET application running under vNext (The codename for the next .NET framework) on Linux. Siawash and Albert made the application available...
As we’re near the release date of SDL Web 8 (Tridion’s 2015 release), it’s time to look at one of the biggest changes SDL have made to their product. Because in today’s world there are more places than just on-premise to serve your content from. Something...
I have just setup a three step content manager security system for content authors and would like to share some information which can be used as a cheat sheet.
While working with SDL Tridion security system, there are three things to be focused upon...
In my previous post I explained how to add HTTP Basic authentication to a DD4T REST Service. If you have done that and your application is consuming content from the REST service, your request should end up in HTTP 403 Not Authorized. This is to be expected...