
Post by: syed hussain in All C# Dynamics 365
The following code captures record updates in a Dynamics 365 CE plugin, and stores this in the description field.
Post by: syed hussain in All C# Development Dynamics 365 CE Microsoft Azure
Below I've listed the various grant types that can be used to access Dynamics 365 Web API.

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 C#
Here is a code snippet demonstrating how to connect to Azure DevOps using C#.
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…

Post by: syed hussain in C# Development
Below is a code sample that demonstrates how to set the state of a record in Dynamics 365. The plugin Step must be registered on both the SetState & SetStateDynamicEntity…

Post by: syed hussain in All C# Development Dynamics 365
Below are some sample linq code snippets to help with querying Microsoft Dynamics 365.

Post by: syed hussain in C# Development Dynamics 365
There are multiple methods for connecting to Microsoft Dynamics from a command line application. Here is a lit of a few methods.

Post by: syed hussain in C# Development Dynamics 365
Often you'll find a lot of sample code online written in late bound syntax. You can convert between the two by simply using the ToEntity() method.