.NET

Multi-tenant isolation: shared database, schema per tenant, or a database each

Early in my career I worked at a company that was closing a big client. The client was not one company. It was about a hundred sub-companies under one parent. …

Jun 2026
.NET

Correlate Everything in .NET

Imagine you run a handful of microservices in an event-driven architecture where every request flows asynchronously through queues and background workers. …

May 2026
.NET

Run Local LLMs in .NET with Ollama and Docker

You know that you don’t need to pay for AI services to get the job done, right? If you’re looking to run local AI models in your .NET applications, I’ve got …

Aug 2025
.NET

HybridCache in .NET 9 is Awesome!

.NET 9 is now live, and it comes with a new set of features. Some are great, and some are just icing on the cake. But what really stands out is the new …

Nov 2024
.NET

Bringing Blazor to Desktop and Mobile with MAUI

I wanted to host a Blazor WebAssembly application natively as a desktop application, and to achieve that, I planned to use a MAUI Blazor app. However, I wanted …

Sep 2023
.NET

Let's Build a Tic Tac Toe Game with Blazor WebAssembly!

Hey there, fellow developer! In this tutorial, I’ll walk you through building an awesome Tic Tac Toe game using Blazor WebAssembly. So grab your coding gear, …

Aug 2023
.NET

Mapperly Tutorial: .NET Source Generator Object Mapping

Mapperly is a .NET source generator for object-to-object mapping. You declare the mapping methods you want, and it writes the implementation for you at compile …

Jul 2023
.NET

Fix NuGet 401 Unauthorized on a Private Azure DevOps Feed

Restoring packages from a private NuGet repository in JetBrains Rider using Azure DevOps kept failing for me with a “401 Unauthorized” error. Here are the exact …

Jun 2023
.NET

Spectre.Console Tutorial: Build Beautiful .NET Console Apps

If you build .NET console applications, you have probably hit the limits of Console.WriteLine and Console.ReadLine. They handle text in and text out, and not …

Mar 2023
.NET

Say Hello to Reliable Minimal APIs with Integration Tests

Hi there! Integration testing is an important part of the software development process because it helps ensure that your APIs are working correctly and …

Jan 2023