World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
TL;DR: If you run EPiServer out of web context, like in a test setup, and get OutOfMemoryExceptions it might be the cache not being trimmed in time. You can work around that by setting the /configuration/system.web/caching/cache[@percentagePhysica...
EPiServer Commerce 7.5 offers two different approaches for routing to catalog content: The hierarchical route using the Name in URL property of the ancestor contents, and the SEO URL which has been fused with the Simple address system you know fro...
As Linus mentioned in an earlier blog post on typed models in EPiServer 7 , some property types have changes that may affect your templates when upgrading to EPiServer 7. This post aims to describe these changes and how to refactor your templates ...
In the previous post How to use asynchrony in your Pages we saw a basic example of asynchronous processing. Compared to how the code would have looked if it was written for synchronous processing things were a bit shifted in order. That has...
This is a follow-up on the post How async pages may save your (server’s) life . In that post you may learn a bit more about how ASP.NET processing works and how your site can become incredibly slow even though your server isn’t busy (in the CPU lo...