Home Archive Issue #527
Issue #527

EF Core Performance, AI Routing, Architecture Drift

Covers dnx tool execution, EF Core query tuning, .NET 10 minimal APIs, xUnit v3 changes, Redis Lua scaling, Aspire BFF security, and AI routing costs.

Jasen's top three picks

  1. 1
    How to run .NET tools without the SDK

    cazzulino.com

    dnx looks like a small quality-of-life feature, but npx-style tool execution could materially simplify local setup and docs.

  2. 2
    Building Architecture Drift Detection into .NET Pull Requests

    c-sharpcorner.com

    Good reminder that architecture rules only matter if they’re enforced where code changes actually happen.

  3. 3
    The Silent Performance Killer: Understanding the N+1 Query Problem in EF Core

    c-sharpcorner.com

    N+1 still bites experienced teams. Worth a skim if your EF Core app feels slower than the hardware suggests.

Editor's note

I kept this issue intentionally mixed, which is usually where the best practical reading shows up. The dnx piece is a useful .NET 10 workflow shift, and the EF Core N+1 article is the kind of performance reminder teams still need. I also liked the architecture drift and fitness-function posts because they push CI beyond tests into structural enforcement.

Today's articles

Related issues

📬 Save the search. Get the .NET stories worth reading at 7 AM ET.