Basic object caching example Time to get our hand dirty and dig into some code. Let’s start with the basic example that is useful in most scenarios. Let’s start out with an example repository of News or similar. Imagine that this one gets news fro...
When to use object caching Object caching is great when you are getting data from external systems, like fetching pressreleases from another site like myNewsDesk, getting products from a PIM or similar. These calls are generally very slow and...
SEO manager is an official addon for EPiServer that has always been the easiest way to keep your precious page ranking, especially when moving from an old site to a new site. In this new version we have focused on performance,some more performance...
I took a trip to London in November to hold a small presentation about developing addons for EPiServer at the EPiServer developer track. But what better way to describe developing addons than to do the actual presentation as an EPiServer addon? Wh...
Introduction Let's spend a few moments to talk about a few different ways how to implement cross cutting concerns type of functionality like logging, caching, auditing etc while keeping a high code quality. Each has it's own pros and cons which...