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.
I needed a simple way to ensure not documents that weren't in use was indexed by Episerver Find. The basics of the routine is if a document has one or more content references it should be indexed, otherwise not.
I got this kind of errors in an Episerver project when implementing Episerver Forms having multiple Layout files with sections.
I got this kind of errors in an Episerver project when implementing Episerver Forms having multiple Layout files with sections.
There is a neat trick to register external services in ServiceLocators, this also goes for the ServiceLocator in Episerver.
There is a neat trick to register external services in ServiceLocators, this also goes for the ServiceLocator in Episerver. This is a useful way to invert the control between client and service classes. It also introduce loose coupling of WCF...