Home Archive Issue #282
Issue #282

ASP.NET Core, EF Core, and C# performance picks

A varied set of .NET reads on low-latency C#, YARP, EF Core loading, Blazor in .NET 10, Serilog, security, and more.

Jasen's top three picks

  1. 1
    6 Rules for Ultra-Low Latency Data Access at Massive Scale in C#

    medium.com

    Low-latency data access advice is always worth a read when it’s grounded in scale rather than theory.

  2. 2
    What is a Reverse Proxy? YARP Explained

    medium.com

    YARP explanations are useful when you need reverse proxy basics without wading through platform marketing.

  3. 3
    Task Parallel Library (TPL) in .NET — Beyond Async/Await

    medium.com

    TPL reminders still matter because async/await doesn’t replace parallelism in CPU-bound work.

Editor's note

I pulled together another mixed bag this time: performance tuning, data access, web app architecture, and a few language-level C# pieces. The low-latency data access article and the Blazor/.NET 10 write-up stood out because both speak to real production tradeoffs, not just toy examples.

Today's articles

What is AsNoTracking()?

medium.com

Imaging we have a marketplace application, and for example we have a page show all stores with there infos like address and name … So here… Continue reading on easydotnet »

Topics: EF Core

Read article

Related issues

📬 Get daily .NET content delivered to your inbox