November Happy Hour will be moved to Thursday December 5th.

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

    Imagine that we have a service that’s responsible for fetching some pagedata. The following interface and class is used 1: public interface IPageLoadService 2: { 3: PageData Load( int id); 4: } 1: public class PageLoadService : IPageLoadService 2:...

  • Posted on: Jul 30, 2010
    Rating:

    A colleague asked me why all the properties that are to be mapped with PageTypeBuilder has to be virtual. This is sort of interesting and everyone that’s using PTB might not be aware of the reason so I thought that that merits a quick post about i...

  • Posted on: Jul 30, 2010
    Rating:

    It very often I see EPiServer sites using the CacheManager.RuntimeCache or ASP.NET runtime cache to store “hard to get objects” in - this will not update cached objects on remote site on a web farm. To get the remote events to update caches on all...

  • Syndicated blog - Posted on: Jul 30, 2010

    The PropertyUserControlBase class in Template Foundation has been updated with two new events called PropertyLoad and PropertySave, making it easier to load and save the property value.

  • Syndicated blog - Posted on: Jul 30, 2010

    The PropertyUserControlBase class in Template Foundation has been updated with two new events called PropertyLoad and PropertySave, making it easier to load and save the property value.

  • Syndicated blog - Posted on: Jul 30, 2010

    The PropertyUserControlBase class in Template Foundation has been updated with two new events called PropertyLoad and PropertySave, making it easier to load and save the property value.

  • Posted on: Jul 29, 2010
    Rating:

    I was on your website the other day and no one called me.     This may sound perplexing, but wouldn’t it be nice if a prospect were to visit your website and you immediately knew about it?      Those in sales know the earlier you engage with a...

  • Syndicated blog - Posted on: Jul 28, 2010

    On new projects where I use EPiCode.Extensions I always register the namespace EPiCode.Extensions in my web.config – that way I can use the extension methods in my .aspx and .ascx files without needing to register EPiCode.Extensions in every file....