
Post by: syed hussain in All Azure Logic Apps Microsoft Azure
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…

Post by: syed hussain in All C#
Here is a quick way to update an assembly in Dynamics 365 CE without using the Plugin registration tool.
Post by: syed hussain in All C#
A quick cheat-sheet to help write LINQ code.
Post by: syed hussain in All Dynamics 365 CE
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…
Post by: syed hussain in All Azure DevOps C#
Here is a code snippet demonstrating how to connect to Azure DevOps using C#.
Post by: syed hussain in All Dynamics 365 FinOps
Here is a quick explanation of Models and how they work in Dynamics 365 Finance & Operations.
Post by: syed hussain in All Dynamics 365 FinOps
Updating the Dynamics 365 Finance & Operations is straight-forward. In this post I'll discuss how to update a local development VM.
Post by: syed hussain in All Dynamics 365 Microsoft Azure
In this post, I'm going to demonstrate how to generate Access Tokens using OAuth 2.0, Implicit Grant for Microsoft Dynamics 365 CE.
Post by: syed hussain in All C# Development
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…
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…