-
Simple string encryption for the EPiServer Dynamic Data Store
This is part of the short dynamic data store article series I mentioned before. The layer mentioned may be found in Simple EPiServer Dynamic Data Store (DDS) layer and was mainly created to ease unit testing of DDS code. Since there may be a need to store sensitive information in the DDS I have extended…
-
Simple EPiServer Dynamic Data Store (DDS) layer
This is part of a short article series that have been laying around as drafts for some time, so I figured it was time to actually do something with it. Here is a simple wrapper used for making dynamic data store code a bit easier to unit test. The default implementation of the interface is…
-
Allowing web administrators to dynamically update EPiServer language files
When working with EPiServer sites, a not all that uncommon type of support case is the need to change text on a page which is not editable through the Edit mode. Quite often, this text is located in language files on the web server, and it may be rather tiresome for web editors having to…