A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Property group classes must have an empty constructor I think this is a bug or perhaps rather a missing feature. But in it’s current state you can’t inject constructor arguments even when you use the StructureMapTypedPageActivator. I’ve opened a...
If you’re using NuGet 1.6 it’s possible to not commit NuGet packages to your source control. There’s a small gotcha involved if you’re using packages that are not in the official feed (for instance, the EPiServer feed). For this example… Let’s...
The requirement from the customer was fairly straight forward: on a page an editor should be able to choose any number of categories (not the built-in kind). The selectable options should be editable in episerver. Since we’re using EPiServer CMS 6...
Property groups being added to PTB are one of the best things to be added to the EpiServer world since, well, PTB itself. Since version 2 has now been released I decided I should try and upgrade our site (CMS 6 R2) which currently used 1.3.1. Afte...
DynamicDataStoreFactory.Instance is by default implemented by EPiServerDynamicDataStoreFactory. This class implements IDisposable and if you call dispose on this class you will notice that you application starts giving a lot of null reference...