Home Archive Issue #388
Issue #388

JWT auth, metrics generators, EF Core bulk ops

JWT authorization, source generators, WPF leak fixes, Kafka CLI, EF Core bulk operations, and Visual Studio AI roadmap notes for .NET teams.

Jasen's top three picks

  1. 1
    JWT Role-Based Authentication & Authorization in .NET

    c-sharpcorner.com

    A solid practical guide to roles and JWTs; useful if you’re tightening API access without overcomplicating the setup.

  2. 2
    Exploring the (underwhelming) System.Diagnostics.Metrics source generators: System.Diagnostics.Metrics APIs - Part 2

    andrewlock.net

    I appreciated the source-generator deep dive because it questions whether the abstraction actually earns its keep.

  3. 3
    WPF Memory Leaks: The Static Event Trap that Eats Your RAM

    medium.com

    The WPF memory-leak post is a good reminder that static events can quietly wreck desktop app stability.

Editor's note

I curated a pretty mixed issue today, with security, performance, data access, and tooling all in the same lineup. The JWT role-based auth piece is practical for teams tightening API access, and the EF Core bulk operations article tackles a pain point many of us hit at scale. I also liked the Visual Studio AI roadmap update because it gives a clearer view of where the editor experience is headed.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox