All my Keystrokes That's Fit to Print
Auckland, New Zealand
Blog posts
Linking to the latest commit in the header of your Hugo site on GitHub
May 7, 2023
.GitInfo is linked to the current page, this is how we accessed the lastest commit information at build
Host your Hugo Generated site on GitHub
May 1, 2023
GitHub Pages are are a great way to host a blog, share your résumé, or even host a website about one of your projects.
JSON Patch Support with Swagger and ASP.NET Core 3.1
October 7, 2020
Generate the correct request schema for Patch operations in ASP.NET Core 3.1 which use JsonPatchDocument
Migrating multi-tenancy to .NET Core 3.1 (LTS)
October 2, 2019
.NET Core 3.1 is out and it’s a LTS release. Our 4 part multi-tenancy series is already out of date! Here we’ll cover off the breaking changes and the updates we need to make.
Creating a multi-tenant .NET Core Application - Tenant specific authentication
July 15, 2019
This time we are looking at how we can configure authentication on a per-tenant basis.