Testing & Local Development without Dockerfiles in .NET (Aspire)
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 .NET Aspire and TUnit.
A guide to running and testing .NET projects without Dockerfiles using TestContainers.NET and Respawner.
How to configure Entity Framework to handle concurrency with .NET 7 or greater.
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 keyed services can smooth over the factory pattern in dependency injection scenarios.