EPiServer CMS Fragment Caching

This blog post is about fragment caching in EPiServer CMS. We take a look at how to use user control output caching together with the DataFactoryCache class in EPiServer. [More]

Keep your web editors in the loop!

This post is about letting web editors know that something has gone wrong, and what they can do to resolve the error. Parallell to this we do not wish to display a full error message for website visitors. They should be made aware why the page isn’t working, but not given any specifics. [More]

Keep web.config tidy using custom configuration sections in ASP.NET

This blog post is about creating a custom configuration section in ASP.NET. This is an alternative to keeping website settings in web.config or appsettings.config. [More]