Home Archive Issue #141
Issue #141

Copilot testing, EF9, MAUI, Blazor

A varied .NET roundup spanning Copilot-assisted API testing, EF Core 9 quirks, MAUI and Blazor updates, async, middleware, and performance.

Jasen's top three picks

  1. 1
    GitHub Copilot Just Took Over My API Testing… And I’m Not Mad About It!

    medium.com

    Copilot is doing more than autocomplete here; this piece shows how it can take real weight off API testing without replacing judgment.

  2. 2
    Using EntityFramework with IDBContext in .NET 9.0

    csharp.com

    A useful .NET 9 EF refresher, especially if you're using DbContext abstractions and want to avoid surprises in newer data-access code.

  3. 3
    Visualize Multi-Dimensional Data Using the .NET MAUI Parallel Coordinate Chart

    syncfusion.com

    The MAUI chart article is a good reminder that mobile UI can still be both visual and data-dense when the control choice is right.

Editor's note

I pulled together another deliberately mixed lineup this week, from Copilot-driven API testing to EF Core 9 behavior changes and MAUI runtime performance updates. The middleware testing and IIS environment-variable posts are especially practical if you’re shipping ASP.NET Core in production. I also included a few fundamentals pieces on async, nullable types, and DIP for readers who want a solid refresh.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox