Recent Posts

Azure Active Directory Helpers

3 minute read

On a recent project, I needed to write some Azure Active Directory functionality to help with retrieving user information via C#. Here is a helper I wrote.

Implementing Microservices

1 minute read

First, lets look at a Microservices definition from : https://microservices.io/

SQL Server Distributed Transaction Notes

1 minute read

About SQL Server Distributed Transactions https://redmondmag.com/articles/2014/02/27/sql-server-distributed-transactions.aspx Questions relating to MSDT...