World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
We have recently (CMS.Core 12.16.0) made a change to better support asynchronous async/await execution flows as well as isolation of service resolving from IOC container in parallel contexts. This change can affect code that spawns up multiple...
As you might now, there is an upgrade-assistant tool that can help the migration from an ASPNET project to an ASPNET core project, see upgrade-assistant with source . The tool will convert ASPNET projects to new .csproj style, change target...
During Ascend I saw on Linus Ekströms whishlist for better CDN support that he would like to be able to get a list of all content items that are part of a pages rendered output. I then recalled that I had done something in a related area before, s...
In EPiServer.CMS.Core.11.8.0 we released a feature (that is somewhat related to GDPR) which is the ability to turn of Visitor Group Personalization for all/some requests. We have not changed the default behavior which is that Visitor Group...
This time I thought I should share a tip about a component IContentSaveValidate that we added a while ago but that perhaps not all are aware of. In CMS 7 we added the EPiServer.Validation.IValidate interface, which has a signature like: /// ///...