Custom Resolvers and Configuration

While working on a Custom Resolver, I needed to grab some configuration values. This seems fairly straightforward, and the documentation from SDL Tridion covers this. It states that we have to add a ConfigurationSection to the ‘Tridion.ContentManager.config’ file and that we can read these values using the following code: It’s unclear where ‘Config.GetConfig’ comes from, butContinue reading “Custom Resolvers and Configuration”

DD4T and caching

In this post I will try to describe the caching options that are available to you, to increase the responsiveness and the performance of your dynamic website build on top of the Dynamic Delivery for Tridion (DD4T) framework. In a website build with DD4T (almost) all content comes from the Broker Database. The content isContinue reading “DD4T and caching”

DD4T Continued: rendering component presentations

In my previous post I discussed how to get started with ASP.NET MVC3 and Tridion using the opensource DD4T framework. In this post I want to show you how DD4T handles the rendering of ComponentPresentations on a page. In my previous example, the whole HTML of the (Tridion)page was rendered by only 1 (razor)view. ThisContinue reading “DD4T Continued: rendering component presentations”

Getting started with ASP.NET MVC3 and Tridion

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 For Tridion (DD4T) is an ASP.NET MVC3 framework specifically designed to build a web(site) application using SDL Tridion.Continue reading “Getting started with ASP.NET MVC3 and Tridion”