Home Archive Issue #230
Issue #230

EF Core, performance and MAUI debugging

A varied .NET roundup covering EF Core conventions and JSON columns, GC latency, secrets management, MAUI iOS crashes, minimal APIs, and more.

Jasen's top three picks

  1. 1
    Model building conventions in Entity Framework Core 7.0

    medium.com

    EF Core fans get two useful angles here: conventions and JSON columns. Good practical material if you’re shaping models instead of just writing queries.

  2. 2
    FastMember: The Ultimate Hack for Faster C# Data Operations

    medium.com

    FastMember and the LINQ refactor both lean into the same idea: fewer allocations, less branching, better throughput.

  3. 3
    Secrets Management in .NET Projects: What You’re Doing Wrong

    medium.com

    The MAUI iOS crash story and the GC/LOH latency piece are the kind of debugging reads that save hours later.

Editor's note

I pulled together a deliberately mixed issue this time: EF Core conventions, GC latency, secrets handling, and a tricky MAUI iOS crash all made the cut. The FastMember piece is a nice reminder that low-level performance tricks still matter, while the Azure Data Fabric walkthrough gives cloud builders something practical to try.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox