Azure SQL Server security first steps

This post is a summary of the Microsoft Azure Tutorial: Secure a single or pooled database.

Access review of groups or applications

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…

Azure Solutions Architect Expert

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…

Create a Dynamics 365 Finance & Operations User

This post demonstrates how to create a new User in Dynamics 365 Finance & Operations (FO)

Azure Lab Services

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…

LINQ examples for Dynamics 365

Below are some sample linq code snippets to help with querying Microsoft Dynamics 365.

Connecting to Dynamics 365 using various grant types

There are multiple methods for connecting to Microsoft Dynamics from a command line application. Here is a lit of a few methods.

Convert a late bound type to an early bound type

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.

Consume a WCF from inside a Dynamics 365 plugin

A code snippet demonstrating how to consume a WCF web service from inside a Dynamics 365 plugin.

Set nullable types in Dynamics 365 & C#

A little code snippet demonstrating how to set nullable types in Microsoft Dynamics 365 CE.