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

    There is plenty of talk about MVC vs. Web Forms going on. One thing that MVC pushes for is small controller classes and a rich domain model. A rich domain model is equally useful in Web Forms but somehow seldom implemented. Using a tiered design,...

  • Posted on: Jan 27, 2010
    Rating:

    This post will give you some background in how caching works in Dynamic Data Store (DDS) and give you knowledge of what to expect when it comes to object instances and such when working with DDS. Problem with caching The classical problem when it...

  • Syndicated blog - Posted on: Jan 26, 2010

    Configuration vs Code – it’s a classic dilemma. Both have their ups and downs. However, I am the kind of guy that tends to prefer code over configuration (you already guessed, I’m sure). Today I got a question if it’s possible to attach a page...

  • Posted on: Jan 26, 2010
    Rating:

    I am sad to announce that we had to do a behavioral change in the gadget Ajax framework. Previously when you did an Ajax call (using the gadget framework, gadgetInstance.ajax({..}) ) we loaded the default view of the gadget ( gadget.loadView() )...

  • Posted on: Jan 26, 2010
    Rating:

    I am sad to announce that we had to do a behavioral change in the gadget Ajax framework. Previously when you did an Ajax call (using the gadget framework, gadgetInstance.ajax({..}) ) we loaded the default view of the gadget ( gadget.loadView() )...

  • Posted on: Jan 25, 2010
    Rating:

    Joel Abrahamsson put some light on some issues with the newly added generic overloads GetPage and GetChildren on DataFactory as well as the generic overload of ShallowCopy on PageData. These APIs were added mainly to give developers a way to hook ...

  • Syndicated blog - Posted on: Jan 25, 2010

    One of the things that I think have made EPiServer CMS such a successful product is it’s rather simple yet powerful caching strategy. Thanks to it’s caching mechanisms we as developers haven’t had to think too much about performance when using som...

  • Syndicated blog - Posted on: Jan 24, 2010

    In SP2 of EPiServer CMS 5 R2, that is the latest currently released version, two new methods with a bunch of overloads where added to DataFactory, GetPage () and GetChildren (). They where added to support Fredrik Tjärnbergs Page Type Tool and whe...