Favourite software discoveries of 2024

A compilation of tools, reference projects and documentation discovered in 2024

December 16, 2024 · 5 min

Minimal API MSBuild - Part 2

Inspecting the post-compilation build tasks for a Minimal API template

December 14, 2024 · 6 min

Minimal API MSBuild - Part 1

Inspecting the pre-compilation build tasks for a Minimal API template

November 28, 2024 · 7 min

Use a Lua formula to process a CSV file

Add a result column to a CSV file without a spreadsheet editor

November 11, 2024 · 8 min

Entities & Relations - Understanding ASP.NET Core Identity, Part 2

Auto-generated tables for Identity implementation

October 21, 2024 · 2 min

Config for successful self-host of Bitwarden on a Raspberry PI

Plus a few things to watch out for

October 9, 2024 · 2 min

Authentication concepts - Understanding ASP.NET Core Identity, Part 1

Key authentication and authorization concepts

September 30, 2024 · 3 min

Configure EF Core migrations, using command line tools, for Azure Devops

Navigating errors and key concepts

September 29, 2024 · 2 min

Re-connecting to an unavailable Azure SQL database from Azure Devops job

Retrying a database connection from the devops pipeline

September 29, 2024 · 1 min

IServiceCollection in ASP.NET Core

Exploring the documentation for IServiceCollection interface in ASP.NET Core

August 19, 2024 · 2 min