Home Archive Issue #365
Issue #365

EF Core, C# 14, and GitHub Actions

A mixed .NET roundup covering EF Core plan cache issues, C# 14 and .NET 10 language updates, performance tips, architecture, and tooling.

Jasen's top three picks

  1. 1
    EF Core, Ad-Hoc Queries, and Plan Cache Pollution

    medium.com

    Hidden EF Core costs show up in places many teams never inspect.

  2. 2
    Understanding SQL and NoSQL Distributed Transaction Problem in C# — Transactional Outbox Pattern

    medium.com

    A practical transactional outbox refresher for mixed SQL and NoSQL systems.

  3. 3
    Partial Events and Constructors in C# 14 (.NET 10) Explained with Examples

    c-sharpcorner.com

    C# 14 and .NET 10 keep pushing both ergonomics and speed forward.

Editor's note

I kept this issue intentionally mixed: database performance, language features, architecture, and tooling all made the cut. The EF Core plan cache article is a good reminder that “working” queries can still hurt you at scale, and the GitHub Actions runner CPU piece is a practical win for anyone paying for CI time. I also liked the C# 14 and .NET 10 posts because they show where the platform is headed without losing sight of day-to-day code quality.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox