Home Archive Issue #293
Issue #293

MAUI 16 KB support and C# async patterns

A varied .NET roundup covering MAUI’s 16 KB page size change, async programming and disposal, API protection, performance, EF Core, and AI.

Jasen's top three picks

  1. 1
    Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement

    devblogs.microsoft.com

    A practical heads-up for Android teams: MAUI apps need to be checked now, not after Google Play’s November deadline.

  2. 2
    5 Traps That Break .NET Background Services in Production (and How We Fixed Them)

    medium.com

    A useful postmortem on why BackgroundServices fail in production, with patterns that keep hosted workers from disappearing quietly.

  3. 3
    Asynchronous Programming in C# with async/await

    medium.com

    A solid refresher on async/await that still helps newer developers avoid blocking work and thread pool headaches.

Editor's note

I pulled together a mixed issue again, with no single theme by design. The MAUI 16 KB page-size prep piece is especially timely for teams shipping Android apps, and the background services article is a good reminder that hosted code can fail quietly in production. I also liked the C# 14 extension members write-up because it points at language changes many teams will soon want to experiment with.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox