Home Archive Issue #317
Issue #317

ASP.NET Core reliability and EF Core performance

A mixed .NET roundup with ASP.NET Core reliability, EF Core optimization, Azure cost and outage coverage, plus memory, CI/CD, and Channels.

Jasen's top three picks

  1. 1
    Simple Image Uploads in a React & .NET Application

    medium.com

    Image uploads are simple until auth, validation, and trust boundaries show up; this one is a useful reminder to treat the API like a public

  2. 2
    Understanding Garbage Collection, Cyclic References, and Memory Management in C#

    c-sharpcorner.com

    A clear refresher on GC, cyclic references, weak references, and IDisposable, with the kind of memory-model basics that still prevent real leaks.

  3. 3
    Saga Pattern in C#: Reliable Transaction Orchestration Example

    c-sharpcorner.com

    The Saga walkthrough is a solid microservices orchestration example when you need consistency without pretending distributed transactions are easy.

Editor's note

I pulled together a deliberately varied mix this time: production reliability, performance tuning, and a few practical how-tos. The global exception handling piece and the EF Core compiled queries article are especially useful if you’re shipping real APIs under load. I also kept the Azure Storage Mover and Front Door outage posts in the lineup because they’re a good reminder that cloud architecture is operational, not just code.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox