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.
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...
With the introduction of the EPiServer Framework in EPiServer CMS 6, there are potentially multiple places in the EPiServer codebase that can update configuration from code. As the configuration is also often cached in memory, this can cause...
The code from my presentation and the one together with Per Gunsarfs at the EPiServer Partner Summit 2010 can be downloaded using the links below: The Dynamic Data Store In Action Gadgets and MVC The videos of some of the presentations can be foun...
If I received 1 Swedish Crown for every time someone asked or complained about why the DDS does not implement FirstOrDefault() in its Linq stack (along with First(), Last() and LastOrDefault()) then I would have at least 40 Swedish Crowns and woul...
There are essentially 4 ways to load items from the Dynamic Data Store, depending upon what information you have and what you want back in response. Below I am going to detail the methods in (probable) speed order. Note the speed order depends how...