Home Archive Issue #455
Issue #455

GC internals, Minimal APIs, MCP agents

A varied .NET roundup covering CLR memory behavior, C# pattern matching, Task vs ValueTask, DDD in Clean Architecture, Azure HSM, and MAUI app building.

Jasen's top three picks

  1. 1
    How do I inform Windows that I'm writing a binary file?

    devblogs.microsoft.com

    A classic Raymond Chen clarification that untangles text-vs-binary assumptions at the OS boundary.

  2. 2
    Introducing Apache Arrow Support in mssql-python

    devblogs.microsoft.com

    Not .NET-specific, but useful if you move SQL Server data into analytical pipelines and care about transfer efficiency.

  3. 3
    MCP Magic: Building Tool-Enabled AI Agents with C#

    visualstudiomagazine.com

    Worth a look if you're tracking where C# fits in agent tooling and MCP-based integration patterns.

Editor's note

I kept this issue deliberately mixed, which is usually where the most useful surprises show up. The CLR memory and GC piece is a strong refresher before you reach for a profiler, and the controllers-to-Minimal-APIs migration guide is practical for teams modernizing existing ASP.NET Core apps. I also liked the MCP agents article because it shows how quickly AI tooling is becoming relevant to everyday C# work.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox