Blazor Server - EF Core Quirks
By default, EF Core’s DbContext is scoped. This will cause issues with asynchronous components accessing data in Blazor Server.
By default, EF Core’s DbContext is scoped. This will cause issues with asynchronous components accessing data in Blazor Server.
Offering some tips on how to name things so other people, including yourself at a later date, can understand it.
Explaining Test-Driven Development through the lens of a video game.
Creating a personal GitHub readme that "plays" Dungeons & Dragons
A case for an ORM compared to traditional ADO.NET and/or raw SQL scripts.
Learning, using, and extending the FluentValidation library.
Replacing Visual Studio with Visual Studio Code for ASP.NET Core MVC development
Learning, using, and extending the specification pattern in C#.