Home Archive Issue #224
Issue #224

ASP.NET Core APIs, performance, and memory tips

This issue mixes API design, EF Core tuning, GC and memory basics, caching, output caching, and a RAG stack built with Azure Functions.

Jasen's top three picks

  1. 1
    Memory Leaks in C#: The Invisible Mess That Bit Me (Once)

    piyushdoorwar.medium.com

    A candid look at a C# memory leak and how small lifetime mistakes turn into invisible production pain.

  2. 2
    6 EF Core Query Hacks to Supercharge Your App’s Performance

    medium.com

    Practical EF Core query tweaks aimed at reducing database chatter and making hot paths faster.

  3. 3
    The 3 Banned .NET Performance Tricks That AWS Devs Don’t Want You to Know

    medium.com

    A provocative performance piece that leans into low-level .NET tradeoffs rather than generic advice.

Editor's note

I kept this issue intentionally mixed: memory leaks, API design, caching, and modern ASP.NET Core patterns all earned a spot. The queue meltdown post and the Aspire dashboard behind-the-scenes piece stood out because they connect real-world reliability with platform internals.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox