Home Archive Issue #438
Issue #438

AI agents, architecture, and EF Core

Covers MCP request tracing, architectural tests, startup config validation, Roslyn suppression, EF Core, JWT auth, and .NET 10 architecture guidance.

Jasen's top three picks

  1. 1
    Visualizing Claude Code MCP Requests with Coding Agent Explorer

    nestenius.se

    Useful look at making MCP traffic visible, which matters if you're trying to reason about what an AI coding agent is actually doing.

  2. 2
    Architectural Tests in .NET

    mareks-082.medium.com

    Architectural tests are one of the better ways to keep intended boundaries from eroding as a .NET codebase grows.

  3. 3
    How to send Slack messages using Azure Logic Apps: built-in connector vs Slack APIs

    code4it.dev

    A practical comparison that should help anyone choosing between Logic Apps convenience and the flexibility of calling Slack APIs directly.

Editor's note

I pulled together another intentionally mixed issue here, which is usually where the best practical reads show up. The MCP request visualization piece stood out because observability for coding agents is quickly becoming real engineering work, not novelty. I also liked the architectural testing and startup configuration validation articles because they address the kind of guardrails that keep mature .NET systems from drifting.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox