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 if you use the DD4T .NET framework! Install the package using the packageContinue reading “NuGet Package for DD4T and Experience Manager”
Category Archives: DD4T
Domain Driven Development with DD4T and XPM
What a title that is 🙂 DD4T stands for Dynamic Delivery For Tridion and is a leightweight ASP.NET MVC framework build on top of the SDL Tridion stack. It’s opensource and you can find more about it here XPM is the WYSIWYG editor (and much more!) that ships with SDL Tridion. Domain Driven Development is…Continue reading “Domain Driven Development with DD4T and XPM”
Troubleshooting the SDL Tridion Experience Manager with Session Preview
In the past week I had the opportunity to install the Experience Manager with Session Preview on a completely DD4T and SDL Tridion driven website. Configuring the Experience Manager can be quite painful. Especially if you don’t know how Session Preview (exactly) works and if you have no clue where to start and where toContinue reading “Troubleshooting the SDL Tridion Experience Manager with Session Preview”
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”