Tridion Developer Mirrored community feed

Activity
  • Add HTTP Basic Authentication to a DD4T REST Service

     
    In this blog post we will implement HTTP Basic Authentication on a DD4T REST service. For instructions on how to setup a DD4T RestService follow the instructions described in previous #dd4tdaily articles DD4T.RestService.WebApi is based on OWIN (Open...
  • Extending a DD4T REST Service

     
    In yesterday’s #dd4tdaily post I explained how to setup a default REST service using DD4T 2.0. As always, implementation specific logic is required, like implementing logic to retrieve data from Tridion using the Content Delivery API (e.g. selecting components...
  • Setting up a DD4T REST service

     
    With the release of DD4T 2.0 at Tridion Development Summit in Amsterdam in September, an additional way to consume content from Tridion (or SDL Web) was introduced: using a REST Service. In this article you will find a step by step tutorial how to setup...
  • Claim names and URIs

     
    SDL’s documentation contains a list of so-called default claims. These are ambient claims (factoids about the site visitor which are automatically set by the Ambient Data Framework, even if you don’t have any cartridges installed. You can find it here...
  • MOBE – Introduction To The Online Business World

     

    My Online Business Empire or MOBE is an internet and marketing training program for small business owners and entrepreneurs. It was founded on 2008 by Matt Lloyd, an Australian online business entrepreneur at the time.

    After two years of business, MOBE...

  • Setting up a DD4T 2.0 web application

     
    One of the new features available in the new version of the popular framework DD4T is the modular packaging structure, dividing the framework into smaller packages. This allows the consumer of DD4T to install only the required packages. In this post we...
  • SDL Web 8 - The "Discovery" Microservice

     
    One of the microservices I was describing in my post Content Delivery Microservices is the Discovery Service. This post describes what the service does and provide a step-by-step installation guide. The Discovery service is a new addition to the set of...
  • SDL Web 8 - Content Delivery Microservices

     
    Among the new features in SDL Web 8 there are the Content Delivery Microservices, namely: Audience Manager Content Deployer Contextual Image Delivery Discovery Service Dynamic Content Dynamic Linking Profiling and Personalization Metadata Query Taxonomy...
  • When Virus Scanning Goes Wrong

     
    Recently I’ve been working with a client that has fairly heavy publishing requirements. The blueprint contains over 300 publications, each containing a couple hundred pages. This means a release with widespread impacts can easily lead to 10-20 thousand...
  • A DD4T.net Implementation - Rendering Only a Partial for AJAX

     
    Following up on a previous post AJAX Component Controller , I’m going to present in this blog entry a way of rendering not only a Dynamic Component Presentation (DCP) to display its entire view, but also a way to render only a PartialView in this DCP...