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.
There are many different ways you may inadvertently kill your web application’s presence online. Here I try to list the major reasons an IIS site running .NET may underperform. The trickiest cases to prevent are the time bombs. That code that runs...
Today I was involved in an issue running the upgrade migration steps in Episerver Commerce. This step is performed if you upgrade past Episerver Commerce 9.5.0 that came with update 94. [crayon-580f8f3d3d3ad338705338/] How disappointing! Even thou...
This is a PageTypeBuilder specific post, so it does not apply to users of CMS 7+. This post balances yesterday’s post which discusses the effects of caching. This one discusses the effects of not caching. Consider the following code example:...
This applies to WebForms and MVC scenarios alike, but it’s mostly MVC users that are tempted in doing it: Never put request specific data into the ContentType model class! It may sound obvious to some, and not so obvious to others. Regardless, it’...
The French say “jamais deux sans trois”. If something happens twice, it will happen again. Twice I have seen questions about why Episerver Find performs multiple/repeated requests to the Find index for its configuration (_config) when working to...