Post by: syed hussain in All C# Tips
To reduce that cyclomatic complexity often produced by condition statements like IF/ELSE of Switch, it’s often easier to store functions in a Dictionary and invoke them when required. There are…
Post by: syed hussain in All Development Dynamics 365 CE Tips
I recently came across this error when trying to debug a plugin. 'The breakpoint will not currently be hit. No symbols have been loaded for this document'. During my investigation…
Post by: syed hussain in All JavaScript
Here is a reference sheet for anyone working with Vue.js. There are sample snippets of code to help quickly get started writing Vue.js code.
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 API Gateways can be expensive. An alternative is to build your own API Gateway with Ocelot. Ocelot is an Open Source API Gateway based on .NET Core.
Post by: syed hussain in All Azure Logic Apps
In this post I want to demonstrate how to get a Users Department details from Azure Active Directory using Graph API. I'll be using Logic Apps for this demonstration, but…

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…
