One of the most common questions that we as Developers facing is about cache the data. On the previous version (on-premise) of Dynamics, when we got a task to cache some data, we will use MemoryCache class. But in the cloud version, because we can't directly access the Server, the possible way to use it is through … Continue reading Dynamics CRM Plugin: Caching using Azure Redis Cache