Try our conversational search powered by Generative AI!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: Jun 11, 2010
    Rating:

    The code from my presentation and the one together with Per Gunsarfs at the EPiServer Partner Summit 2010 can be downloaded using the links below: The Dynamic Data Store In Action Gadgets and MVC The videos of some of the presentations can be foun...

  • Posted on: Jun 10, 2010
    Rating:

    Let’s return to our weather data from part 1. In it’s current state it looks something like this So the weather service is using YrNoWeatherRepository to load some xml and then a mapper to map from that xml to properties on the WeatherData class....

  • Posted on: Jun 09, 2010
    Rating:

    If I received 1 Swedish Crown for every time someone asked or complained about why the DDS does not implement FirstOrDefault() in its Linq stack (along with First(), Last() and LastOrDefault()) then I would have at least 40 Swedish Crowns and woul...

  • Posted on: Jun 09, 2010
    Rating:

    There are essentially 4 ways to load items from the Dynamic Data Store, depending upon what information you have and what you want back in response. Below I am going to detail the methods in (probable) speed order. Note the speed order depends how...

  • Syndicated blog - Posted on: Jun 09, 2010

    In EPiServer there is a easy way to create a checkbox list property by extending some existing classes. In this example I will fetch the children for the start page and display them. In a future blog post I will show you how to do the same with a...

  • Posted on: Jun 08, 2010
    Rating:

    At the EPiServer Partner Summit 2010 in Malmö I did a presentation about deployment in EPiServer CMS. If you did not attend it, you missed topics like: Planning External Dependencies Installation Server Options IIS configuration differences Shared...

  • Posted on: Jun 08, 2010
    Rating:

    I had the pleasure of talking to Anders Hattestad , one of our esteemed EMVP’s, when I was at the EPiServer Partner Summit 2010. One of the things he raised was why the Dynamic Data Store didn’t have built-in support to store EPiServer CMS...

  • Syndicated blog - Posted on: Jun 08, 2010

    A few days back I wrote about a little project that I’ve been working on; CMS Properties for Relate+ . After that I started an Open Source Project for Add-ons for Relate+ on CodePlex . Now I’ve taking the time to move my code and even done the fir...