AsyncHelper Can Be Considered Harmful
AsyncHelper Can Be Considered Harmful
The Search for the Dictionary Key
The Search for the Dictionary Key
Fix your Search & Navigation (Find) indexing job, please
A deep dive into a performance issue caused by nvarchar(max) misuse in a scheduled indexing job.
Varchar can be harmful to your performance
As string is the most common data type in an application, nvarchar and its variant varchar are probably the most common column types in your database. (We almost always use nvarchar because nchar is meant for fixed length columns which we don’t have). The difference is that nvarchar has encoding of UTF-16/USC-2 while varchar has UTF-8.
Sourcing Green Coffee Beans in and outside of Sweden

Delete Property No Longer Available in Code (Optimizely Commerce Cleanup)
A solution for cleaning up orphaned MetaFields in Optimizely Commerce when a property is removed from a strongly-typed content model.
Lessons Learned About Exception Handling and Logging
Lessons Learned About Exception Handling and Logging
Episerver Custom Implementation: The Sure Way to Register Your Overrides 🛠️
The point of Episerver’s Dependency Injection (DI) is that you can plug in your custom implementation for almost everything. But it can be tricky at times to properly register your custom implementation to ensure it’s the one that gets used.