Home Archive Issue #500
Issue #500

ASP.NET Core, AI Workflows, and JWT Security

A varied .NET mix covering middleware and request pipelines, Semantic Kernel agents, ML.NET, GC awareness, streaming exports, and API security.

Jasen's top three picks

  1. 1
    ML.NET — Machine Learning Without Leaving .NET

    medium.com

    A useful entry point for developers who want predictive features without jumping out of the .NET stack.

  2. 2
    Why Modern ASP.NET Core Web APIs Use JWT Instead of Sessions

    ajax-workspace.medium.com

    A straightforward API security primer that explains why stateless tokens fit modern multi-client apps better than server sessions.

  3. 3
    From Browser to Controller: Understanding the ASP.NET Core Request Pipeline using Airport Journey Analogy

    c-sharpcorner.com

    Analogy-heavy, but often that’s exactly what helps request pipeline concepts stick.

Editor's note

I kept this one deliberately broad, which feels right for a milestone issue. The GC awareness piece stands out because performance discipline is timeless, and the required members tip is a sharp reminder that language features still have edge cases worth understanding. There’s also a solid run of ASP.NET Core pipeline and middleware articles alongside several practical AI workflow posts.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox