Post by: syed hussain in All Azure Cognitive Services C#
The code below uses Azure Cognitive Services Vision to classify images accordingly. The images are classified with a confidence score.
Post by: syed hussain in All Development Dynamics 365 CE
This is a quick post demonstrating how to write a plugin in Microsoft Dynamics 365 Customer Engagement.
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 Azure DevOps 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 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.
Post by: syed hussain in All C# Development Dynamics 365
C# code snippets to help with creating, retrieving, updating and deleting Microsoft Dynamics 365 CE records.