Home Archive Issue #153
Issue #153

Tracing, caching, and C# essentials

A varied .NET roundup with ASP.NET Core tracing, OutputCache, EF Core tuning, LINQ, event sourcing, security, and tooling.

Jasen's top three picks

  1. 1
    Serverless

    medium.com

    Serverless is a broad intro piece, so I’d read it for architecture framing more than implementation details.

  2. 2
    OutputCache

    medium.com

    OutputCache is one of those features that can pay off fast when you understand where the cache boundary really belongs.

  3. 3
    Using Husky with CSharpier

    cheranga.medium.com

    Husky plus CSharpier is a practical “reduce friction” setup for teams that want formatting enforced early.

Editor's note

I pulled together a pretty mixed issue this time: practical ASP.NET Core work, a bit of performance tuning, some language deep dives, and older-framework maintenance. The tracing piece with user context stood out because it’s the kind of detail that makes production logs actually useful, and the EF Core performance article should get attention from anyone chasing real query wins. There’s also a nice reminder that not every good post is shiny new tech—sometimes it’s GridView, paths, or unit testing basics done well.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox