Post by: syed hussain in All JavaScript
Here is a code snippet that will turn a JSON response into a table.
Post by: syed hussain in All Development
One of my favourite messages/events streaming technology is Apache Kafka. Here is a very quick method to install Kafka in Linux using Docker.
Post by: syed hussain in JavaScript
A JavaScript code snippet showing a simple Fetch APi example.
Post by: syed hussain in All JavaScript
Simple snippet showing how web pages can be served using node.js.

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 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 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.