Visual Studio debugger does not stop on a breakpoint

Problem The Visual Studio debugger does not stop on a valid breakpoint when attaching to an application running on your local PC, despite having all necessary elements present, including Symbol files (.pdb) and a current version of the assembly. There are no apparent errors – the code simply executes all the way through without ever… Read More Visual Studio debugger does not stop on a breakpoint

Deep Dive: Authenticating for using Microsoft Graph API inside Microsoft Dynamics 365 Customer Experience (i.e. Micorosoft Dynamics CRM)

TL;DR Authenticating with Microsoft Graph API inside a Single-Page Application is straightforward when you have full control of the application. This is a bit more challenging when you’re working inside Microsoft Dynamics 365 Customer Experience (i.e. Microsoft Dynamics CRM, or just “CRM”), but it can still be done. This article contains an explanation along with… Read More Deep Dive: Authenticating for using Microsoft Graph API inside Microsoft Dynamics 365 Customer Experience (i.e. Micorosoft Dynamics CRM)