Building a Clean Master-Detail App with Blazor Server, MudBlazor, and EF Core
When building business applications, one of the most common requirements is a master-detail workflow. Orders and order items are a perfect example.
You need a clean lis...
1. Introduction
Most .NET apps need some kind of background work. Sending emails, generating reports, cleaning data, all of these are better when they run automatically on a schedule, instead of being triggered by users.
You do not always need a h...
Tutorial: Building a .NET 9 Console App with Hangfire and Channels
Overview
In this tutorial, you will build a .NET 8 console application that:
Polls data from an API, or simulates it
Uses System.Threading.Channels for producer consumer messagi...