Recent Posts

Updated dotnet web libraries to .NET 5

less than 1 minute read

.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.

Migrated site

less than 1 minute read

I have now migrated this site from mkdocs to Jekyll Static Site Generation.

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.