“Downward Spiral into Madness” Issues | Oracle Series
A few years back I faced a couple of elusive issues that caused me many a sleepless night. I called them the “downward spiral into madness” issues. They prompted me to write a guidelines...
A few years back I faced a couple of elusive issues that caused me many a sleepless night. I called them the “downward spiral into madness” issues. They prompted me to write a guidelines...
At the core of Microsoft’s tooling library (Microsoft.CrmSdk.XrmTooling.CoreAssembly), there resides the out-of-the-box CrmServiceClient class. It provides developers with the means to connect to CRM easily and the convenience of some helpers methods. On its...
Microsoft recently announced the Office365 AuthType deprecation used in connection strings. This AuthType was the popular choice when connecting to Dynamics Online deployments through the SDK. It was indeed very convenient and saved some headache...
You are reading the third part of the main article: Testing Dynamics CRM. A plugin is custom code that runs within CRM’s process. However, when unit testing, we have to isolate the environment in...