Home Archive Issue #419
Issue #419

API performance, local AI, EF Core 10

A varied .NET roundup covering API hot paths, ThreadPool starvation, local AI in VS Code, security basics, and EF Core 10 data work.

Jasen's top three picks

  1. 1
    C# Performance Mistakes That Silently Kill Your APIs (And How to Fix Them)

    medium.com

    Good reminder that API speed is usually lost in small mistakes, not one big failure.

  2. 2
    Going Local (& a Bit Loco) with Open-Source AI in VS Code

    visualstudiomagazine.com

    A hands-on local AI setup in VS Code is useful, especially because it shows the rough edges too.

  3. 3
    Why Your .NET App Hangs: A Beginner’s Guide to ThreadPool Starvation

    c-sharpcorner.com

    ThreadPool starvation is still one of the easiest ways to make a healthy app look broken.

Editor's note

I pulled together a pretty mixed bag today: performance, AI, security, and database work all made the cut. The API performance mistakes piece and the ThreadPool starvation guide both tackle problems that quietly hurt real systems. I also liked the local open-source AI PoC in VS Code and the EF Core 10 bulk operations benchmark for being practical, not theoretical.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox