Home Archive Issue #358
Issue #358

EF Core, C# 14 and performance fixes

Practical .NET reads on EF Core LINQ, C# 14 null-safe assignment, performance tips, route constraints, caching, and Visual Studio workflow.

Jasen's top three picks

  1. 1
    When Static Validations No Longer Have Power

    medium.com

    A reconfigurable validation approach that uses compiled expressions when static rules stop being enough.

  2. 2
    EF Core + LINQ: The Real-World Guide Every C# Developer Wishes They Had Earlier

    towardsdev.com

    A practical EF Core and LINQ guide that focuses on real-world query behavior instead of textbook examples.

  3. 3
    ToList() vs ToArray() in C#: The Performance Guide Every Developer Needs

    towardsdev.com

    A memory-minded comparison of ToList() and ToArray() that makes the tradeoffs easy to apply.

Editor's note

I pulled a deliberately mixed lineup this time: EF Core LINQ behavior, C# 14 null handling, performance tuning, and a few workflow pieces. The cache deep dive and the route-constraints guide stood out for being immediately useful in real projects, not just academically interesting.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox