Home Archive Issue #245
Issue #245

OpenTelemetry, LINQ, and C# fundamentals

A varied .NET roundup covering OpenTelemetry, LINQ performance, API security, ASP.NET Core logging, clean architecture tests, and C# tips.

Jasen's top three picks

  1. 1
    Stop Debugging .NET Apps Like It’s 2010 — OpenTelemetry Will Change Your Life

    niravinfo.medium.com

    If you’re still chasing issues by sprinkling logs, this OpenTelemetry piece is a good reset.

  2. 2
    Master LINQ in C# with These 8 Queries

    medium.com

    A useful LINQ reminder: elegant code can still become expensive at scale.

  3. 3
    The API Key Trap: Are You Putting Your Entire System at Risk?

    medium.com

    The API key article is worth a sober read for anyone shipping services with secrets.

Editor's note

I pulled together a pretty classic mixed bag this time: observability, language basics, API hardening, and a little architecture. The OpenTelemetry piece and the LINQ performance article both stand out because they speak directly to real-world .NET debugging and scale pain. I also like the clean architecture testing post for teams trying to keep structure honest as projects grow.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox