Home Archive Issue #188
Issue #188

API security, async pitfalls, and EF Core tricks

A varied .NET roundup covering API key auth, async/await mistakes, ASP.NET Core performance choices, EF Core migrations, MAUI, Docker, and Azure.

Jasen's top three picks

  1. 1
    # Implementing API Key Authentication with LSCoreAuthKey in .NET

    medium.com

    API key auth with LSCoreAuthKey is a useful practical pattern for teams that need lightweight protection without overengineering.

  2. 2
    How I Built a Random Password Generator in C#

    medium.com

    A password generator sounds simple, but these posts often reveal how easy it is to get randomness and security wrong.

  3. 3
    5 Most Common Async/Await Mistakes in C#

    medium.com

    The async/await mistakes roundup is the sort of refresher that saves real production debugging time.

Editor's note

I curated a broad mix this time, from practical API security to day-to-day performance and data work. The EF Core migration piece is a standout for anyone dealing with messy production fixes, and the MediatR replacement article is the kind of architectural rethink I like seeing in the wild.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox