Home Archive Issue #496
Issue #496

Multi-Tenancy, SignalR, Agents, and MAUI

This issue covers SaaS tenancy design, JWT auth in serverless RAG, the outbox pattern, Azure Pipelines bundling, MAUI setup, and SignalR apps.

Jasen's top three picks

  1. 1
    Multi-Tenancy Isn’t About Databases

    codeopinion.com

    A solid architecture-first take. If you still frame tenancy as a schema-per-customer decision, this is worth your time.

  2. 2
    What I wish I knew 10 years ago when I started with C#

    medium.com

    Helpful perspective piece for newer developers trying to separate language fundamentals from framework churn.

  3. 3
    Building Real-Time Applications with SignalR and ASP.NET Core

    c-sharpcorner.com

    A straightforward SignalR primer for chats, notifications, and live dashboards on ASP.NET Core.

Editor's note

I kept this one intentionally mixed, which is usually where the best practical reading shows up. The multi-tenancy piece is a strong reminder that tenant boundaries are an application design concern, not just a database choice, and the outbox article is a useful reliability refresher for distributed systems. I also liked the Azure Pipelines esbuild write-up because it focuses on a very real maintenance and packaging problem teams run into.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox