Home Archive Issue #134
Issue #134

C# books, scope, and tooling

A varied issue with C# learning pieces, ASP.NET Core tips, Visual Studio and VS Code tooling, benchmarking, Copilot, and security basics.

Jasen's top three picks

  1. 1
    C# Book Collection: The Best Must-Read Books of 2025

    medium.com

    A nice reading list if you’re filling gaps in C# fundamentals or looking for a refresher on scope, generics, and ref/out.

  2. 2
    .NET Core CLI: The Ultimate Command-Line Companion

    medium.com

    Practical ASP.NET Core coverage here: cookie chunking, basic auth, and Razor productivity are all immediately relevant.

  3. 3
    ASP.NET Core and Chunking HTTP Cookies

    khalidabuhakmeh.com

    BenchmarkDotNet and Copilot round out the issue with one post about measuring code and another about generating boilerplate.

Editor's note

I curated a pretty classic mixed bag today: some C# fundamentals, some ASP.NET Core, and a bit of tooling and security. Khalid’s cookie chunking write-up is the kind of practical web detail that saves debugging time, and the Visual Studio extensibility piece is useful if you build around the IDE itself. I also liked the BenchmarkDotNet article for keeping performance work grounded in measurement rather than guesswork.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox