November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
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...
4th it is! Great success with Milos presenting a journey from CMS to Commerce.
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...
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...
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...
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...
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...
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...