Background In the previous article of this series, Unit Testing Optimizely CMS 12 Dynamic Data Store - Part 1 , an introduction was given to what the Dynamic Data Store is, and an approach was given for unit testing by mocking the DynamicDataS...
Background If you've never heard of it, the Dynamic Data Store (DDS) which is a component that offers an API and infrastructure for CRUD operations of custom data objects. It allows developers to access and store data without needing to...
Stott.Optimizely.RobotsHandler v1.0.1 Released Stott.Optimizely.RobotsHandler is a new robots.txt handler for Optimizely CMS 12 that fully supports multi-site builds with potentially different robots.txt content to be delivered by site. This packa...
I have previously blogged about this in a pure .NET 5.0 context on my own blog here: Secure Headers in .NET 5.0 . In this version of this post I have adapted the solution to work with an Optimizely CMS Build. I have been building .NET 5.0 websites...
In a recent client build, I have been tasked with updating their search to use wild card searches. I had read a number of posts pointing to the same solution as detailed by Joel Abrahamsson's 2012 blog post, Wildcard Queries with Episerver Find...