Home Archive Issue #400
Issue #400

Redis, JWT, and threading in ASP.NET Core

Eighteen .NET articles on Redis caching, JWT auth, validation, threading, clean architecture, LINQ, and practical web app patterns.

Jasen's top three picks

  1. 1
    Using Redis in ASP.NET Core

    c-sharpcorner.com

    A practical Redis walkthrough for ASP.NET Core teams who want faster responses and less database pressure.

  2. 2
    From DNS to Controller: How HTTP, TLS, and the Internet Actually Deliver Your ASP.NET

    medium.com

    This DNS-to-controller explainer is a good reminder that web requests travel through a lot more than your controller code.

  3. 3
    How to Implement JWT Authentication in ASP.NET Core 8 Step by Step?

    c-sharpcorner.com

    A straightforward JWT setup guide with the right focus on token flow, authorization, and production concerns.

Editor's note

I curated a broad mix this issue, from hands-on ASP.NET Core guidance to deeper architecture and runtime pieces. The Redis caching article and the async/threading explainers stood out because they connect day-to-day app work with the mechanics behind it. I also liked the validation history and identity-as-infrastructure pieces for the architectural perspective they bring.

Today's articles

Using Redis in ASP.NET Core

c-sharpcorner.com

Boost your ASP.NET Core app's performance with Redis! Learn how to implement caching, reduce database load, and handle high traffic efficiently. Step-by-step guide included.

Read article

How Does Threading Work in C#?

c-sharpcorner.com

Unlock C# threading! Learn how to build responsive, scalable .NET apps using threads, Thread Pool, and TPL. Master async/await and synchronization for peak performance.

Read article

Related issues

📬 Get daily .NET content delivered to your inbox