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: Jan 10, 2017
    Rating:

    Want to speed up your website? Caching external calls and database calls is usually a great way to start. Writing caching code gets pretty boring and messy if you have plenty of repositories you want to cache. So if you want to keep your code both...

  • Syndicated blog - Posted on: Jan 10, 2017

    4th it is! Great success with Milos presenting a journey from CMS to Commerce.

  • Syndicated blog - Posted on: Jan 09, 2017

    I recently got myself a brand new computer at work running the latest Visual Studio – Visual Studio 2015. After setting up a client’s EPiServer 10 environment I found everything working as expected; until I tried editing pages through EPiServer’s...

  • Syndicated blog - Posted on: Jan 09, 2017

    A while ago I was struggling with permanent redirects problem. The page linked as a shortcut was not updated; always first version was used as a redirect destination. I had no idea where it could be cached. Of course at the end it turned out that...

  • Syndicated blog - Posted on: Jan 09, 2017

    Episerver just released a new version which added a constructor injection support in scheduled jobs. It encouraged me to create a list of different Episerver infrastructure parts which still do not support a constructor injection. Initially, I was...

  • Syndicated blog - Posted on: Jan 08, 2017

    Security is a beast! As a bare minimum, we need to ensure our applications meet industry best practices when released into the wild. The vast majority of attacks seek to exploit common vulnerabilities so by implementing basic standards we can...

  • Posted on: Jan 06, 2017
    Rating:

    Episerver has functionality for export/import DDS items and use it for export/import property settings. This code shows how to export custom DDS types. You don't need to do anything for import. using System; using System.Linq; using EPiServer.Core...

  • Posted on: Jan 06, 2017
    Rating:

    Since 10.2.0, Episerver Commerce introduced big changes that support cart features: SerializableCart . Why? In Commerce 9, we improved catalog performance -- about 10 times faster as I remember :). The purpose of SerializableCart is also performan...