Azure Active Directory – Capturing Events in Azure Events Hub

Azure Active Directory doesn't emit events on any type of object creation. This means that if you want to run an events-based action on the creation of a new User…

Update a Plugin assembly without using the Plugin Registration Tool

Here is a quick way to update an assembly in Dynamics 365 CE without using the Plugin registration tool.

C# LINQ Reference Sheet (wp)

A quick cheat-sheet to help write LINQ code.

Dynamics 365 SSRS Reporting Extensions will not install

One of the problems that I have faced countless times when installing Dynamics in a VM for development purposes is the hassle of installing Dynamics Reporting Extensions. The installation will…

Connect to Azure DevOps using PAT in C#

Here is a code snippet demonstrating how to connect to Azure DevOps using C#.

Dynamics 365 Finance & Operations – Understanding Elements, Models & Packages

Here is a quick explanation of Models and how they work in Dynamics 365 Finance & Operations.

Update Dynamics 365 Finance & Operations VM

Updating the Dynamics 365 Finance & Operations is straight-forward. In this post I'll discuss how to update a local development VM.

Dynamics 365 Online – API Access Token with OAuth 2.0

In this post, I'm going to demonstrate how to generate Access Tokens using OAuth 2.0, Implicit Grant for Microsoft Dynamics 365 CE.

User Authentication with ASP.NET Web API

I was struggling to understand how to secure my Web API endpoint using some form of authentication mechanism. During my search, I came across a video on YouTube created by…

EIP – Competing Consumer Enterprise Integration Pattern for faster data processing

In this post I’ll demonstrate how to design an integration architecture that uses the tried and tested integration design pattern competing consumer. As always, I’ll demonstrate both “low-code” and code…