Dotnet

Testing & Local Development without Dockerfiles in .NET (Aspire) featured image

Testing & Local Development without Dockerfiles in .NET (Aspire)

A guide to running and testing .NET projects without Dockerfiles using .NET Aspire and TUnit.

avatar
Ben Sampica
Testing & Local Development without Dockerfiles in .NET (TestContainers) featured image

Testing & Local Development without Dockerfiles in .NET (TestContainers)

A guide to running and testing .NET projects without Dockerfiles using TestContainers.NET and Respawner.

avatar
Ben Sampica
Configuring Optimistic Concurrency in .NET and EF Core featured image

Configuring Optimistic Concurrency in .NET and EF Core

How to configure Entity Framework to handle concurrency with .NET 7 or greater.

avatar
Ben Sampica
Working with Timers in TimeProvider featured image

Working with Timers in TimeProvider

How to work with Timers in TimeProvider and how to migrate existing timers to them.

avatar
Ben Sampica
A Complete Guide to HTMX + .NET Minimal APIs featured image

A Complete Guide to HTMX + .NET Minimal APIs

Creating a HTMX and .NET Minimal API from scratch and adding necessary features like validation and error handling.

avatar
Ben Sampica
Keyed Services in .NET 8 And The Factory Pattern featured image

Keyed Services in .NET 8 And The Factory Pattern

How keyed services can smooth over the factory pattern in dependency injection scenarios.

avatar
Ben Sampica