Home Archive Issue #338
Issue #338

C# inheritance, CQRS, and EF Core performance

A varied .NET roundup covering inheritance basics, Clean Architecture, CQRS, EF Core locking and GUIDs, mapping performance, DDD, and async patterns.

Jasen's top three picks

  1. 1
    Understanding Inheritance in C# with Practical Examples

    c-sharpcorner.com

    A solid refresher on inheritance fundamentals, with enough practical detail to help newer C# developers avoid confusion around base classes and overriding.

  2. 2
    Clean Architecture With .NET 9 And CQRS — Project Setup

    medium.com

    A straightforward .NET 9 CQRS setup post that focuses on structure without drifting into unnecessary layering.

  3. 3
    Performance Comparison of .NET Mapping Tools

    annaklychev.medium.com

    A useful mapping-tools benchmark if you care about shaving allocations and latency in object transformation-heavy code.

Editor's note

I pulled together a very mixed issue today, from C# inheritance basics to more opinionated architecture and data-access pieces. The EF Core locking guide and the sortable GUID article stood out for being immediately useful in real systems, while the DDD and repository pieces should spark a few healthy debates.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox