Home Archive Issue #350
Issue #350

API performance, DDD, and EF Core

Issue #350 spans faster .NET 10 APIs, JWT auth, DDD aggregates, EF Core joins, DI, HttpClient, and practical AI/RAG pieces.

Jasen's top three picks

  1. 1
    The Core Architects’ Guide to 400% Faster APIs in .NET 10

    medium.com

    A performance-first API guide that should be useful if you care about real throughput wins, not just benchmark theater.

  2. 2
    Learn Data Types in C#

    c-sharpcorner.com

    A straightforward refresher on C# data types for anyone onboarding, teaching, or cleaning up fundamentals.

  3. 3
    Token Authentication In ASP.NET Core 9 With JWT | Clean Architecture (.NET 9 & .NET 10)

    medium.com

    JWT plus Clean Architecture is a familiar combo, and this one leans into setup details people actually need.

Editor's note

I kept this issue intentionally mixed: a little performance, a little architecture, and a little AI. The .NET 10 API speed piece and the EF Core 10 outer-join article are both the kind of practical reads that can change day-to-day decisions. I also liked the aggregate roots and HttpClient posts because they get into the “small” choices that quietly shape systems.

Today's articles

Learn Data Types in C#

c-sharpcorner.com

This article provides a complete and descriptive guide to data types in C#. It explains value types, reference types, nullable types, numeric types, boolean, character types, strings, records, arrays,...

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox