Home Archive Issue #520
Issue #520

HTTP Resilience, EF Core, and MAUI Performance

Coverage includes Refit plus Polly circuit breakers, HTTP/3 and PostgreSQL benchmarks, EF Core tracking costs, MAUI CoreCLR regressions, and AI routing.

Jasen's top three picks

  1. 1
    Resilient Microservices in .NET: Integrating Refit with Polly Circuit Breakers

    c-sharpcorner.com

    Useful if you want a concrete resiliency pattern, not just Polly theory. Refit plus circuit breakers is a common production pairing.

  2. 2
    Delete Data in Bulk in Microsoft Dataverse Using C# and Web API

    c-sharpcorner.com

    A practical maintenance task with real cost implications. Good for teams living in Dataverse-heavy enterprise environments.

  3. 3
    Benchmarking ASP.NET Core HTTP/3 Under Real API Load

    c-sharpcorner.com

    I like benchmark pieces that include CPU and memory, not just raw throughput. HTTP/3 still needs realistic load testing.

Editor's note

I kept this issue deliberately mixed, but a few patterns stood out. The Refit plus Polly piece is a practical resilience refresher, and the pair of EF Core tracking articles are worth reading together because they connect query behavior directly to memory cost. I also liked the MAUI CoreCLR migration coverage since it focuses on regressions and startup measurements instead of treating migration as a checkbox.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox