Home Archive Issue #441
Issue #441

Middleware, EF Core, and .slnx

A varied .NET roundup covering middleware internals, Minimal API REPR, Azure database pricing, JWT auth, EF Core tuning, and April servicing updates.

Jasen's top three picks

  1. 1
    Middleware in ASP.NET Core: What Actually Happens

    medium.com

    A good pipeline explainer is always worth your time because middleware order and behavior still trip up plenty of experienced ASP.NET Core developers.

  2. 2
    ASP.NET Core Minimal API ve REPR Pattern

    medium.com

    REPR keeps Minimal API endpoints focused, and I like seeing structural patterns discussed beyond the usual controller-versus-endpoint framing.

  3. 3
    Azure Cost Estimation: Navigate Database Pricing

    youtube.com

    The title says Azure database pricing while the blurb mentions Dapr, so verify the actual scope before you invest the full watch.

Editor's note

I kept this issue deliberately mixed, which is usually where the most useful reading shows up. The middleware deep dive stood out because understanding the pipeline pays off across every ASP.NET Core app, and the .slnx migration guide is timely with .NET 10 making that format the default. There’s also a practical EF Core cluster here, from query splitting strategy to blunt-force performance gains.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox