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 14, 2010
    Rating:

    Let’s take a moment and think about what this programming to an interface and not an implementation can do for us. For instance, imagine that you want to test the following scenarios. 1. The service is unavailable and thus throws a System.Net.WebE...

  • Posted on: Jun 14, 2010
    Rating:

    Last year I did a lot of research on using a CDN with EPiServer CMS, that resulted in a module that I released on my blog. You can read more about that research here: http://world.episerver.com/Blogs/Per-Bjurstrom/Archive/2009/3/CdnSupport-module-...

  • Posted on: Jun 14, 2010
    Rating:

    With the introduction of the EPiServer Framework in EPiServer CMS 6, there are potentially multiple places in the EPiServer codebase that can update configuration from code. As the configuration is also often cached in memory, this can cause...

  • Syndicated blog - Posted on: Jun 14, 2010

    I was fortunate enough to attended the EPiServer Partner Summit 2010 and met some great people and saw some inspiring presentations. One session in particular that got my mind thinking was the codemania session. I'd recently blogged about Enchanci...

  • Posted on: Jun 13, 2010
    Rating:

    Mr Smith had a blog post about how to save CMS Properties in the Dynamic Data Store . So I started to implement it. You can make yourself a save method for one class but not all classes that inherit form one class. (I can understand that). You...

  • Syndicated blog - Posted on: Jun 11, 2010

    At last weeks partner summit I once again had the pleasure and honor of entertaining the übber-geeks for a while together with Magnus “EPiServer God” Stråle. If you missed this great event, you can find the video here . As promised, I’ll share wha...

  • 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....