Home Archive Issue #274
Issue #274

ASP.NET Core security, EF Core tuning, and C# async patterns

This issue covers ASP.NET Core security, EF Core tuning, async/parallel pitfalls, logging, mapping, and performance guidance for working .NET teams.

Jasen's top three picks

  1. 1
    5 Common .NET Developer Mistakes and How to Avoid Them

    blog.yaseerarafat.com

    A solid starter piece that calls out beginner mistakes before they become habits.

  2. 2
    The C# Feature That Saves You Thousands… But No One Talks About

    blog.devgenius.io

    A clever C# angle worth reading if you're looking for a high-impact language feature most devs overlook.

  3. 3
    Day 11: Exploring the Depths of IAsyncEnumerable and Asynchronous Streams in .NET

    medium.com

    A focused look at async streams that goes beyond async/await and into real iteration patterns.

Editor's note

I pulled a very mixed lineup again, from beginner mistakes to deep-dive performance and security pieces. EFCore.Visualizer stood out because it brings query-plan insight straight into Visual Studio, and the JWT/security articles are practical for anyone shipping APIs.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox