Home Archive Issue #305
Issue #305

ASP.NET Core performance, resiliency, and refactoring

Issue 305 covers ASP.NET Core performance, API scaling, Polly resiliency, microservices, testing with HttpClientFactory, and practical C# refactoring.

Jasen's top three picks

  1. 1
    High Performance and Scalability in ASP.NET Core

    c-sharpcorner.com

    Practical guidance for squeezing more out of ASP.NET Core without hand-waving.

  2. 2
    C# at Scale: What I Learned Moving from Side Projects to Production Systems

    medium.com

    A useful bridge from hobby code to production reality, with performance and memory lessons.

  3. 3
    Mocking HTTP Calls with HttpClientFactory in .NET

    medium.com

    Solid testing pattern for external HTTP dependencies: deterministic and maintainable.

Editor's note

I pulled a varied mix this time, with a strong lean toward things you can apply right away. The ASP.NET Core performance piece and the Polly article stand out for shipping better APIs under real load, while the HttpClientFactory testing guide is a nice reminder that good tests need isolation, not the internet.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox