-
Recent Posts
Follow me on Twitter
My Tweets
Category Archives: Sitecore
Fix for Security and Indexing Events – Sitecore 8.1
Recently I played around with Security and Indexing events but was not able to get them to work on the latest Sitecore 8.1 rev. 151207 (Update-1) version. However, I was unable to trigger any events. This issue involves two event … Continue reading
Razl – Keep Your Sitecore Synchronized
Let’s talk about Sitecore synchronization. Sometimes a new feature needs to be tested with a set of real data. For example: Content Management(CM) data a UAT server. There are common approaches like restoring DBs, creating packages, serializing items, etc. However, … Continue reading
How to avoid NullReferenceExceptions while working with Sitecore
Today we’ll talk about our favorite exception in C# 🙂 The purpose of this article is to help rid the codebase of nulls and create somewhat of a “null-safe” domain where everything can operate smoothly without nulls creating object property … Continue reading