Home Archive Issue #196
Issue #196

LINQ, refactoring, and C# 13 updates

A varied .NET roundup covering LINQ performance, safe refactoring, C# 13 features, Azure Functions upgrades, MAUI logging, and API design.

Jasen's top three picks

  1. 1
    LINQ vs Loops: The Explosive Performance Secrets No One Tells You

    medium.com

    A blunt look at LINQ versus loops, with enough performance detail to make you rethink hot-path convenience.

  2. 2
    Code Smell 298 — Microsoft Windows Time Waste

    levelup.gitconnected.com

    A code smell post that frames wasted time as a design problem, not just a personal productivity gripe.

  3. 3
    Safe Refactoring in .NET with Light/Dark Mode and Feature Flags

    eventuallyconsistent.xyz

    Feature flags and light/dark mode make a nice low-risk refactoring pattern for shipping UI changes safely.

Editor's note

I pulled together a deliberately mixed issue again: performance tuning, language features, cloud ops, and a few practical how-tos. The LINQ and object-pooling pieces are useful reminders that small choices can move throughput, while the Azure Functions upgrade guide is the kind of migration note teams keep handy.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox