World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
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...
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...