Home Archive Issue #167
Issue #167

Performance, security, and tooling

A varied roundup of .NET guides on performance, API security, Azure basics, testing, Blazor, MAUI, and observability for working developers.

Jasen's top three picks

  1. 1
    How to Split a List into Batches Using the Chunk Method in C#

    csharp.com

    Chunking lists is one of those small C# features that can simplify batching and reduce custom loop code.

  2. 2
    Is .NET Faster Than Rust/Go in 2025 | AOT & Minimal APIs

    isitvritra101.medium.com

    The performance comparison is interesting, but I’d read it for AOT and Minimal API tradeoffs more than winner-takes-all headlines.

  3. 3
    Terminal Tips in VS Code

    youtube.com

    VS Code terminal tips are a simple productivity boost that can pay off immediately during debugging and scripting.

Editor's note

I curated a mixed issue this time: practical coding, platform basics, and a few productivity pieces. The chunking article and the PLINQ guide are good examples of everyday techniques that can still save real time in production code. I also liked the Swagger security and OpenTelemetry posts because they speak to the boring-but-important parts of shipping services.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox