Home Archive Issue #136
Issue #136

.NET 9 features, tooling, and testing

A varied .NET roundup covering .NET 9, ASP.NET Core 9, Visual Studio 2022 updates, testing, JSON, EF Core, and practical C# tips.

Jasen's top three picks

  1. 1
    Explore the Key Features of .NET 9

    csharp.com

    A solid .NET 9 overview to start the issue; useful if you want the highlights without reading all the release notes.

  2. 2
    Advanced Implementations of the Producer-Consumer Pattern with Channel in .NET

    medium.com

    A good pattern write-up for anyone building concurrent pipelines or background processing with Channels.

  3. 3
    Using Snapshot Testing to validate EF Core schema

    meziantou.net

    Snapshot-testing EF Core schema is the kind of practical technique that pays off the first time a migration surprises you.

Editor's note

I put together a pretty mixed issue this time: platform updates, developer tooling, data access, and a few hands-on C# deep dives. The .NET 9 and Visual Studio items matter for anyone tracking what’s landing in the stack, while the EF Core snapshot testing piece is a nice practical read for keeping schemas honest.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox