Home Archive Issue #519
Issue #519

ASP.NET Security, EF Core, and Polly Resilience

Covers PKCE, passkeys, JWT refresh tokens, Native AOT, EF Core caching and N+1 fixes, plus Polly, OpenTelemetry, RabbitMQ, and Channels.

Jasen's top three picks

  1. 1
    Authorization Code + PKCE in .NET 10: Securing Angular, Gateway, and Downstream APIs

    c-sharpcorner.com

    A solid end-to-end auth flow that ties SPA, gateway, and downstream APIs together instead of treating them as separate security problems.

  2. 2
    Building Asynchronous Messaging Pipelines with MassTransit and RabbitMQ

    c-sharpcorner.com

    Good practical messaging piece for teams moving beyond synchronous HTTP and needing durability under load.

  3. 3
    Building AI-Ready APIs with Structured Output Validation in ASP.NET Core

    c-sharpcorner.com

    Structured output validation is quickly becoming table stakes for AI endpoints; useful if you're tired of brittle JSON contracts.

Editor's note

I kept this one deliberately mixed, which is how I like the newsletter best. The PKCE walkthrough for Angular, gateway, and downstream APIs stood out because it connects browser and API security cleanly, and the EF Core pieces on N+1s and second-level caching are the kind of practical performance work teams actually wrestle with. I also liked the pairing of Polly resilience guidance with the thread-pool starvation diagnostics article since reliability problems rarely show up in isolation.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox