Home Archive Issue #180
Issue #180

GraphQL, observability, and .NET tradeoffs

Issue #180 covers GraphQL in .NET 9, ASP.NET Core observability, event sourcing, JWT auth, MAUI data access, and practical C# performance notes.

Jasen's top three picks

  1. 1
    Why You Should Think Twice Before Using Quartz.NET or Hangfire

    medium.com

    A practical warning for anyone scheduling work in production: know where Quartz.NET and Hangfire fit, and where they don’t.

  2. 2
    Pros and Cons of Using string.Intern() in Production

    medium.com

    Good reminder that string interning can help, but only when you’ve measured memory and GC tradeoffs.

  3. 3
    GraphQL with .NET 9: A Developer’s Guide to Smarter APIs

    medium.com

    GraphQL in .NET 9 shows up twice here, with both a guide and a custom query builder angle.

Editor's note

I kept this issue intentionally mixed, with architecture, runtime, and day-to-day coding advice side by side. The Quartz.NET/Hangfire caution piece and the OpenTelemetry + Azure Monitor article are both worth a close read because they tackle production realities from different angles. I also liked the licensing update for AutoMapper and MediatR, since it’s the kind of ecosystem change teams need to know early.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox