This will be a small blog post about an error you might encounter when creating custom properties with EditorDescriptors. I just got a weird error on one of my sites. StringList (the custom property in Alloy project) just stopped working in edit...
Background A nice question that popped up in the forum a couple of days ago is how to encrypt the submitted data in Episerver forms. If you collect sensitive information about your users by using forms, this is definitely a relevant question. You...
After playing around with some fancy pancy caching and AOP in earlier blog posts, I think it's time to return to the basics. Pretty often (today for instance) in Episerver world you hear someone ask how to create a custom login page. So I guess it...
Based on a forum post question I wanted to take the new master key concept for caching out for a test drive. Let’s say you want to cache stuff but directly a certain page type is updated anywhere you want to clear that cache. Might be a news listi...
In earlier blog posts I’ve described how to implement object caching in Episerver using inline coding in function or as a separate layer using the decorator pattern. Inline coding directly in your repositories / controllers is the easiest to...