How to automatically deploy a passwordless Azure PostgreSql Server
How to create an Azure PostgreSql Server automatically that uses Microsoft Entra authentication, migrates the database using Entity Framework Core, and deploys out the …
How to create an Azure PostgreSql Server automatically that uses Microsoft Entra authentication, migrates the database using Entity Framework Core, and deploys out the …
A guide to running and testing .NET projects without Dockerfiles using .NET Aspire and TUnit.
A guide to running and testing .NET projects without Dockerfiles using TestContainers.NET and Respawner.
How to work with Timers in TimeProvider and how to migrate existing timers to them.
Creating a HTMX and .NET Minimal API from scratch and adding necessary features like validation and error handling.
How to create an Azure SQL Server automatically that uses Microsoft Entra authentication, migrates the database using Entity Framework Core, and deploys out the infrastructure …
How keyed services can smooth over the factory pattern in dependency injection scenarios.
A common authentication pattern with Azure AD comes to a screeching halt because of backwards compatibility.
I use Bogus to demonstrate how fake factories can be used to easily create useful, random data, whether it be primitive types or complex objects, for use in testing and …
A step-by-step guide to take your MVC project and spice it up with Blazor components - or even Blazor pages!