Home Archive Issue #185
Issue #185

C# performance, EF Core, and architecture picks

A varied .NET roundup with performance advice, EF Core patterns, MFA, logging, Copilot tips, architecture discussions, and C# 14 updates.

Jasen's top three picks

  1. 1
    How to Convert a DataTable to a List of Objects in C#

    c-sharpcorner.com

    A practical reminder that tiny LINQ choices can still show up in hot paths.

  2. 2
    Boost Your C# Code: Why Any() is Faster Than Count() > 0 for Performance

    medium.com

    Good to see MFA covered with a hands-on TOTP implementation, not just theory.

  3. 3
    Akka.NET is the Best Choice for Reactive Systems in C# .NET 9

    c-sharpcorner.com

    Several C# 14 articles this week—useful if you’re tracking the language’s new surface area.

Editor's note

I pulled together another mixed bag today: performance, persistence, security, and a few C# 14 curiosities. The Any() vs Count() piece is a good reminder that small LINQ choices still matter, and the TOTP MFA article is a practical security read for app teams.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox