Home Archive Issue #498
Issue #498

EF Core, OAuth, Azure Containers, and .NET Performance

Coverage includes I/O and GC tuning, .NET 11 Process API changes, EF Core projections, MCP servers in C#, and Azure Container Apps deployment.

Jasen's top three picks

  1. 1
    Optimizing I/O Performance in .NET

    dotnettips.com

    Useful refresher on the unglamorous bottlenecks that often matter more than algorithm tweaks in production apps.

  2. 2
    Building Your First MCP Server in C#: A 2026 Field Guide

    medium.com

    MCP is still evolving fast, so a grounded C# field guide is timely if you’re experimenting with agent tooling.

  3. 3
    The Fasting Developer: Memory Discipline and GC Awareness in .NET

    binaryintellect.net

    A thoughtful performance piece that frames memory discipline as latency control, not premature optimization.

Editor's note

I kept this one deliberately mixed, which is usually where the best practical reading shows up. The I/O performance piece and the GC-awareness article are worth pairing because they attack responsiveness from different angles, while Andrew Lock’s look at .NET 11 Process output handling is a nice preview of API polish that solves real pain.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox