Home Archive Issue #279
Issue #279

C# performance, security, and EF Core tuning

This issue covers LINQ querying, async overhead, EF Core tuning, ASP.NET Core security, DI, logging, Orleans, MAUI, and more.

Jasen's top three picks

  1. 1
    IEnumerable vs IQueryable in C#: The Key Differences

    medium.com

    A clear comparison of IEnumerable and IQueryable, useful if you’ve ever wondered where deferred execution becomes a database query.

  2. 2
    The Hidden Performance Traps in C# You’re Probably Ignoring

    medium.com

    A solid reminder that everyday C# code can hide costly allocations, boxing, and unnecessary work.

  3. 3
    How I Built a Private ChatGPT That Knows Everything About My Company

    ai.plainenglish.io

    Building a private company chat assistant is getting more practical; this one focuses on internal data and access control.

Editor's note

I kept this lineup intentionally mixed, from query semantics and performance tuning to security and distributed systems. The EF Core compiled queries piece and the OWASP Top 10 walkthrough stood out because they’re immediately useful in real apps.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox