Home Archive Issue #191
Issue #191

Memory leaks, EF Core, and API tuning

A mixed .NET roundup covering memory leaks, EF Core Count vs Any, ASP.NET Core API performance, dependency injection, and Azure DevOps tests.

Jasen's top three picks

  1. 1
    Memory Leaks in .NET: From Obvious to Tricky Scenarios

    medium.com

    Memory leaks and GC pressure are a good one-two punch for anyone profiling real apps.

  2. 2
    10 Hidden Features in .NET 8 You Should Start Using Today

    medium.com

    The EF Core Count() vs Any() post is the kind of small optimization that adds up fast.

  3. 3
    Deep dive into the upcoming AI-assisted tooling to upgrade .NET apps

    youtube.com

    I also included tooling and migration pieces because the ecosystem story matters as much as the code.

Editor's note

I kept this issue intentionally mixed: there’s practical performance work, platform guidance, and a few architecture detours. The memory leak piece and the GC pressure article are especially worth a read if you’ve ever chased throughput regressions. I also liked the EF Core Count() vs Any() breakdown and the API testing pipeline write-up for the very different kinds of day-to-day help they offer.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox