A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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
Disclaimer: This post is not about what you should do, it’s just a reason for me to post some freaky code. Check out the comments for more “natural” solutions. If you’ve ever used Page Type Builder you know that it allows you to access property...
In EPiServer CMS 6 the data storage of XForms and XForm postings have been moved from “object store” to the new dynamic data store (DDS). This has a lot of advantages. Object store stored it’s objects in serialized form which did not allow fast...
We’re doing an multi-lingual site, and one of the requirements is that we put the language identifier in the URL. So URLs will look like: /en/some-page /fr/some-page And, of course, this URL is also valid: /some-page This always makes me nervous...
I recently stumbled across a bug in EPiServer that relates directly to Oracle. It’s somewhat obscure, so I figured it would be a good idea to post how we dealt with it here… When a page is created through the SDK’s DataFactory.Instance.Save method...
From EPiServer CMS 5 we introduced a new system for load balancing called the EPiServer Events System. See here for more information. The system uses Windows Communication Foundation (WCF) under the covers to communicate “events” between servers...
Joe is building a website using EPiServer CMS. As he’s a curious fellow he’s decided to give test driven development a try. Let's say Joe creates an abstraction of DataFactory. Also, let's assume that Joe creates a really nice fluent API for...
Joe is building a website using EPiServer CMS . As he’s a curious fellow he’s decided to give test driven development a try. Let's say Joe creates an abstraction of DataFactory. Also, let's assume that Joe creates a really nice fluent API for...
Here’s a little quick one. A page provider that doesn’t contain any pages, but simply replicates a structure found elsewhere in your page tree. It’s registered very simple in episerver.config, only custom setting is which “root” is should replicat...