Post by: syed hussain in All Microsoft Azure SQL
This post is a summary of the Microsoft Azure Tutorial: Secure a single or pooled database.

Post by: syed hussain in All Microsoft Azure
This is a very simple feature that provides great rewards. Managing large groups of Users in AAD can be cumbersome, especially in organisations where staff are always being hired or…

Post by: syed hussain in Microsoft Azure
There are over 200+ areas that an Azure Solutions architect should confidently know. Below is an extract of both the AZ-300 (Microsoft Azure Architect Technologies) and AZ-301 (Microsoft Azure Architect…

Post by: syed hussain in Dynamics 365
This post demonstrates how to create a new User in Dynamics 365 Finance & Operations (FO)

Post by: syed hussain in All Microsoft Azure
Microsoft just announced the release of Azure Lab Services. It allows you to quickly deploy Virtual Machine (VM) templates based on very simple configurations. This is great for anyone that…

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 C# Development Dynamics 365
A code snippet demonstrating how to consume a WCF web service from inside a Dynamics 365 plugin.