Home Archive Issue #489
Issue #489

MCP Servers, API Patterns, and .NET Previews

This issue spans Copilot testing gaps, AI security and Blazor assistants, REST API design, idempotency, LINQ in .NET 10, and .NET 11 performance APIs.

Jasen's top three picks

  1. 1
    GitHub Copilot Generated Our .NET Tests. It Missed What Mattered Most

    medium.com

    Useful counterweight to AI hype: generated tests can look busy while still missing the behavior that actually protects a system.

  2. 2
    Add vs Stage and Register

    devblogs.microsoft.com

    Niche but important Windows packaging detail if you ship MSIX and need to understand what installation really does.

  3. 3
    Microsoft’s Another Agent Framework

    mareks-082.medium.com

    A timely overview for anyone trying to keep Microsoft’s growing agent stack straight.

Editor's note

I kept this one deliberately mixed, which is usually where the most useful surprises show up. The Copilot-generated test piece is a good reality check on where AI helps and where judgment still matters, and Tim Deschryver’s first MCP server with ASP.NET is the kind of practical walkthrough many teams can apply quickly. I also liked the .NET 10 LINQ write-up and Andrew Lock’s look at StringBuilder.MoveChunks because both point to small platform changes that can meaningfully simplify code.

Today's articles

Add vs Stage and Register

devblogs.microsoft.com

As previously mentioned to 'install' a package, as people think of the term, Windows actually performs two separate operations: staging and registration. To oversimplify: Staging puts t

Topics: .NET Core

Read article

Related issues

📬 Get daily .NET content delivered to your inbox