Home Archive Issue #283
Issue #283

Async, Blazor, and AOT in .NET

A varied .NET roundup covering async gotchas, Blazor lifecycle guidance, Native AOT deployment, security, AI, SQL Server tuning, and more.

Jasen's top three picks

  1. 1
    Here are 5 underappreciated LINQ methods you should know:

    medium.com

    Worth reading for the LINQ reminders alone; SequenceEqual, Aggregate, and ToLookup still save real code.

  2. 2
    File and Input Security in ASP.NET Core MVC and Web API Applications Introduction

    c-sharpcorner.com

    Good practical security advice for ASP.NET Core file uploads and input handling.

  3. 3
    Async, Await, and Tasks: The C# Fundamentals You Can’t Afford to Ignore

    blog.stackademic.com

    Async mistakes remain one of the easiest ways to create hard-to-debug production issues.

Editor's note

I put together a deliberately mixed issue this time: practical security guidance, performance work, AI, UI, and day-to-day C# craft. The async pieces and the Blazor lifecycle article are especially worth a look if you’re trying to avoid subtle bugs in real apps.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox