Home Archive Issue #403
Issue #403

Parallel code, caching, and EF Core

Issue #403 covers parallel performance pitfalls, Redis caching, serverless design, EF Core relationships, async/await internals, and debugging tools.

Jasen's top three picks

  1. 1
    Why Parallel Code Often Runs Slower

    medium.com

    Parallelism doesn’t guarantee speedup; this is a useful reminder that overhead, contention, and workload shape matter more than thread count.

  2. 2
    Every Note-Taking App Tries Too Hard. I Fixed It.

    medium.com

    A practical personal workflow article, and a nice break from the usual framework talk.

  3. 3
    DotnetFastMCP: Enforcing Multi-Factor Authentication (MFA) for Critical AI Tools ️

    medium.com

    MFA for AI tooling is timely; once agents can act, access control stops being optional.

Editor's note

I pulled together a very mixed issue this time: performance, architecture, debugging, and everyday ASP.NET Core plumbing. The Redis caching guide and the cache stampede piece pair nicely if you’re thinking about scale, while the async/await internals article is a good refresher for anyone tuning responsiveness.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox