Home Archive Issue #348
Issue #348

Vertical slices, EF Core, and .NET 10 API validation

A varied .NET roundup covering architecture debates, EF Core performance pitfalls, C# features, diagnostics, Blazor, Azure networking, and .NET 10 APIs.

Jasen's top three picks

  1. 1
    The Myth of “Clean Architecture” in .NET: Why I Switched to Vertical Slices

    medium.com

    A sharp argument for vertical slices over layered abstractions.

  2. 2
    Laravel vs. .NET Core: A Real Developer’s No-Nonsense Comparison

    medium.com

    A cautionary EF Core tale: lazy loading can hide expensive surprises.

  3. 3
    EF Core Was Fast… Until Lazy Loading Destroyed My App

    medium.com

    Good reminders that diagnostics and profiling pay for themselves.

Editor's note

I kept this one intentionally mixed: architecture, data access, language features, and platform updates all show up side by side. The Clean Architecture to Vertical Slices piece and the EF Core lazy-loading writeup are especially practical if you’re trimming complexity or chasing a performance bug. I also liked the .NET 10 minimal API validation post for how much boilerplate it removes.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox