Home Archive Issue #267
Issue #267

Minimal APIs, Azure AI, and clean architecture

A varied .NET roundup covering Minimal APIs, Aspire and GitHub Models, security, performance, and architecture patterns for real-world apps.

Jasen's top three picks

  1. 1
    The Beauty of Marker Interfaces and Reflection in .NET

    medium.com

    Marker interfaces plus reflection: a handy pattern when you need uniform handling without hard-coding every type.

  2. 2
    When to Use Generic vs Non-Generic Collections in C#

    mariemoalla.medium.com

    A solid refresher on choosing generic collections, with enough basics to help newer devs avoid old-school non-generic traps.

  3. 3
    Everything You Need to Know About Minimal APIs in .NET

    mariemoalla.medium.com

    Minimal APIs are still the fastest path to a clean HTTP surface in .NET when you don't need the overhead.

Editor's note

I curated a pretty mixed issue this time: practical API work, architecture, security, and a healthy dose of AI. The Aspire + GitHub Models piece stands out for showing how quickly you can wire up a useful workflow, and the cancellation token article is a good reminder that async correctness still bites experienced teams.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox