Home Archive Issue #251
Issue #251

EF Core performance, async, and security

A mixed .NET lineup covering EF Core query tuning, async/await, security, logging, MAUI, MediatR, caching, and source generators.

Jasen's top three picks

  1. 1
    Stop Using .Include() — It's Slowing Down Your EF Core Queries (Do This Instead)

    medium.com

    A practical EF Core performance opener—good reminders that Includes aren’t free.

  2. 2
    “Mastering Asynchronous Programming in C#: A Hands-On Guide”

    medium.com

    Async/await shows up twice here, and both angles are worth a read if your codebase leans heavily on concurrency.

  3. 3
    How .NET Full Stack Is Powering Scalable Enterprise Applications

    medium.com

    A solid security pair: OAuth basics plus a quick-fire video with Russinovich and Hanselman.

Editor's note

I pulled together a pretty classic mixed bag today: performance, architecture, security, UI, and tooling all showed up. The EF Core posts stood out because they tackle real query slowness, and the Roslyn source generator testing piece is the sort of practical tooling article I like to keep in the mix. I also included the WPF vs .NET MAUI comparison and the OAuth/security entries for teams making platform decisions right now.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox