Home Archive Issue #471
Issue #471

Clean Architecture, JWT Auth, AI Agents & More

Clean Architecture guides for .NET 10, JWT authentication, AI agent memory patterns, EF Core interceptors, Blazor UI updates, and performance tips.

Jasen's top three picks

  1. 1
    Async and Await in C# for Beginners

    c-sharpcorner.com

    Solid async/await primer for developers making the jump to asynchronous programming patterns.

  2. 2
    On .NET Live - Fluent UI Blazor: The next step

    youtube.com

    Microsoft's Fluent UI Blazor gets major updates - worth watching if you're building modern web UIs.

  3. 3
    .NET Data Community Standup: 8 Real-World Query Anti‑Patterns (and How to Fix Them)

    youtube.com

    Chris Woodruff tackles common EF Core query mistakes that kill performance in production apps.

Editor's note

Today’s mix spans foundational patterns to cutting-edge AI development. The Clean Architecture guides from CodeWithMukesh offer practical .NET 10 implementations, while the AI agent memory patterns show how to build enterprise-grade intelligent systems. The EF Core interceptors article demonstrates real-world cross-cutting concerns, and Scott Sauber’s ten essential practices provide battle-tested wisdom for every .NET project.

Today's articles

Async and Await in C# for Beginners

c-sharpcorner.com

Unlock the power of asynchronous programming in C#! This beginner's guide explains async and await with clear examples, boosting app responsiveness and performance. Learn to handle long-running tasks ...

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox