Home Archive Issue #512
Issue #512

ASP.NET Core Performance, YARP, Secrets and EF Core

A varied mix covering graceful shutdowns, caching, YARP gateways, EF Core zero-downtime migrations, MCP SDK updates, and unit-test agents.

Jasen's top three picks

  1. 1
    Graceful Shutdown in ASP.NET Core 10: Safely Stopping Applications Without Losing Requests

    c-sharpcorner.com

    Graceful shutdown is easy to ignore until deploys start dropping requests. Worth reading if you run APIs behind load balancers or in containers.

  2. 2
    Demystifying the Factory Pattern in Modern C#

    c-sharpcorner.com

    A solid revisit of a classic pattern. Useful for newer C# developers trying to separate construction logic from application behavior.

  3. 3
    Distributed Caching in ASP.NET Core: IMemoryCache vs IDistributedCache Explained

    c-sharpcorner.com

    Good practical comparison for local versus distributed cache tradeoffs. The consistency and scale discussion matters more than raw speed charts.

Editor's note

I kept this one deliberately mixed, but there’s a clear concentration of practical ASP.NET Core material. The graceful shutdown piece and the zero-downtime EF Core migrations article both get at reliability work teams usually postpone until production forces the issue. I also liked seeing the MCP C# SDK v2.0 update alongside the unit-test agent post, since both point to where .NET tooling around AI-assisted development is heading.

Today's articles

Failure of LED Backlights

techcommunity.microsoft.com

PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). My monitor's screen still shows a faint image when viewed at an angle or with a bright flashlight, but the display remains completely dark d...

Topics: .NET Core

Read article

Related issues

📬 Get daily .NET content delivered to your inbox