Home Archive Issue #290
Issue #290

Stream hacks, hosting fixes, and EF Core tuning

This issue covers I/O and memory tricks, ASP.NET Core security testing, hosting cleanup, EF Core tuning, logging, versioning, and .NET 10 updates.

Jasen's top three picks

  1. 1
    5 Stream Hacks in .NET You’re Still Doing Wrong

    blog.stackademic.com

    Modern I/O APIs can make a surprising difference, and this stream piece shows where the old buffer-loop habits still slow teams down.

  2. 2
    The Harsh Truth: 5 Reasons Your .NET Hosting Code Is Sloppy

    blog.stackademic.com

    This hosting critique is a useful gut check for anyone wiring up DI, background services, or shutdown behavior.

  3. 3
    How to Perform Security Testing on ASP.NET Core Applications

    c-sharpcorner.com

    A solid ASP.NET Core security testing guide that goes beyond theory into headers, scanning, input validation, and dynamic checks.

Editor's note

I pulled a deliberately mixed lineup this time, from low-level stream and memory tips to higher-level ASP.NET Core and EF Core guidance. The security testing piece is especially practical for teams hardening real apps, and the .NET 10 stack allocation deep dive is a nice peek at where the runtime is headed. I also liked the hosting and Serilog articles because they target everyday code most teams ship.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox