Home Archive Issue #497
Issue #497

EF Core Interceptors, Agent Tooling, Identity APIs

A varied .NET mix covering EF Core interception, ASP.NET Core identity endpoints, Dapr workflows, auth security, Roslyn analyzers, and LINQ pitfalls.

Jasen's top three picks

  1. 1
    Self-ordering modules: discovered, Kahn-ordered, and extractable

    medium.com

    I like the use of Kahn’s algorithm here; it turns modular startup ordering from tribal knowledge into something explicit and testable.

  2. 2
    Don’t rewrite your CLI for agents

    developer.microsoft.com

    Good corrective to the "everything must become JSON for agents" advice. Existing CLIs often need better contracts, not wholesale rewrites.

  3. 3
    Dapr Workflow Engine: Building Durable Distributed Applications

    c-sharpcorner.com

    Useful overview if you want orchestration without hand-rolling retry and recovery logic across distributed steps.

Editor's note

I kept this one deliberately mixed, which is usually where the most practical reading shows up. The EF Core interceptors guide stands out for its concrete .NET 10 coverage, and the Roslyn-based token budget piece is an unusually specific take on making AI-related architecture enforceable. There’s also a useful security thread here with OWASP integrity failures and custom authorization in ASP.NET.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox