Home Archive Issue #360
Issue #360

Performance, TDD, JWT in .NET

A varied .NET roundup covering performance tuning, TDD workflows, JWT signing, Redis caching patterns, C# 14 field accessors, and .NET 10 validation.

Jasen's top three picks

  1. 1
    TDD in .NET: Practicing TDD in a Web API Project

    medium.com

    A practical TDD walkthrough for Web APIs, plus a second piece on refactoring safely without breaking behavior.

  2. 2
    The 2025 Year-End Performance Review for .NET

    medium.com

    A strong year-end performance review that’s useful if you care about allocations, throughput, and what changed in .NET.

  3. 3
    Practical JWT Mastery in .NET

    medium.com

    JWT signing, cache patterns, and .NET 10 validation cover the everyday plumbing most teams ship with.

Editor's note

I kept this issue deliberately mixed: performance tuning sits next to TDD, security, caching, and new language/runtime features. The performance review and the Redis cache patterns piece are especially useful if you’re making production tradeoffs. I also like the C# 14 field keyword article because it shows how small language changes can simplify everyday property code.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox