Home Archive Issue #411
Issue #411

Async patterns, AI workflows, and EF Core pitfalls

Issue #411 covers async fundamentals, AI workflow checkpointing, EF Core production traps, source generators, and .NET 10 architecture patterns.

Jasen's top three picks

  1. 1
    Flatten Arrays and Collections in C#: The Definitive Guide for Fast, Clean Code

    medium.com

    A practical flattening guide for C# developers who want cleaner collection handling without losing readability or performance.

  2. 2
    Checkpointing & Resuming AI Workflows in .NET

    blog.gopenai.com

    Checkpointing AI workflows is the kind of operational detail that makes long-running agent systems survivable in real applications.

  3. 3
    Async/Await Explained from First Principles

    medium.com

    A first-principles async explainer is always useful, especially when you want the mental model behind await instead of cargo cult usage.

Editor's note

I pulled together a pretty mixed lineup today, from async/await fundamentals to AI workflow checkpointing and EF Core mistakes that only show up under production load. The MCP server piece and the source generators conversation stand out because they both show where the platform is headed next.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox