Home Archive Issue #225
Issue #225

Async, middleware, and EF Core fixes

A varied set of .NET reads on async pitfalls, middleware, EF Core query tuning, REST API design, GitHub Actions, and core C# concepts.

Jasen's top three picks

  1. 1
    Adding Multiple Authentication Types to Swagger in .NET Web API

    medium.com

    Swagger auth setup is a useful one for teams exposing multiple schemes.

  2. 2
    Structural Patterns in .NET C#: Composing objects for modern applications

    levelup.gitconnected.com

    A nice reminder that async/await still trips up experienced developers.

  3. 3
    Top 5 Mistakes .NET Developers Make When Using async and await

    c-sharpcorner.com

    The EF Core 10x query win is the kind of small change people should benchmark.

Editor's note

I pulled together a very mixed issue this time: practical API work, performance, and a few fundamentals. The EF Core query optimization piece and the middleware guides stand out because they solve problems most teams hit quickly. There’s also solid coverage of async mistakes and API documentation, which should help sharpen everyday work.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox