Home Archive Issue #431
Issue #431

Self-Monitoring, EF Core N+1, Agentic AI

Covers runtime health signals, NullReference fixes, EF Core query pitfalls, GC and exception costs, DI patterns, MAUI, hosted services, and records.

Jasen's top three picks

  1. 1
    Beyond /health: Building Self‑Monitoring .NET Services

    medium.com

    A practical shift from binary health endpoints to richer runtime signals that can help operations catch drift before users feel it.

  2. 2
    How to Fix “Object Reference Not Set to an Instance of an Object” in C#?

    c-sharpcorner.com

    Still one of the most common C# failures, and this walkthrough is useful for newer developers who need concrete prevention habits.

  3. 3
    Agentic AI Architecture with .NET

    medium.com

    Interesting architecture-level look at autonomous AI systems in .NET, especially the mix of memory, orchestration, and event-driven components.

Editor's note

I put together another deliberately mixed issue today, and the self-monitoring services piece stood out because it pushes health checks toward continuous operational feedback. I also liked the EF Core N+1 article for its production-focused warning signs, while the exception internals post is a useful reminder that correctness and cost often meet in the same code path.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox