Home Archive Issue #284
Issue #284

GC myths, auth, and performance

A varied .NET roundup covering garbage collection, cancellation tokens, Minimal API auth, EF Core bulk work, security, and Visual Studio tools.

Jasen's top three picks

  1. 1
    Part 5 — GC Myths Busted: What Developers Get Wrong About .NET Garbage Collection

    medium.com

    A good myth-buster on .NET GC; useful if you’ve ever treated the collector like black magic.

  2. 2
    All You Need to Know About .NET’s Cancellation Token

    medium.com

    Cancellation tokens get the practical treatment here — worth a read before you wire up more async work.

  3. 3
    5 .NET Features You’ll Wish You Knew Sooner

    blog.stackademic.com

    Minimal API auth and ASP.NET Core security pieces are both immediately applicable to real services.

Editor's note

I pulled together a deliberately mixed issue this time: some fundamentals, some security, and a few performance and tooling pieces. The GC myths article and the Copilot Profiler Agent post stand out because they both help developers make better decisions with less guesswork. There’s also solid practical guidance on Minimal API authentication and ASP.NET Core security.

Today's articles

What is an API?

c-sharpcorner.com

Unlock the power of APIs! This guide explains what APIs are, how they work, and why they're essential for modern software development. Learn about different API architectures like REST and SOAP, under...

Topics: REST API Web API

Read article

EF Core Bulk Operations

c-sharpcorner.com

Optimize EF Core performance when dealing with large datasets! This article explores various bulk operation techniques, from built-in options like ExecuteUpdate/Delete to powerful third-party librarie...

Topics: EF Core Performance

Read article

Related issues

📬 Get daily .NET content delivered to your inbox