Home Archive Issue #272
Issue #272

LINQ, identity, and dotnet test updates

A varied .NET roundup covering LINQ syntax, architecture choices, thread safety, EF Core indexing, ASP.NET Core Identity, Aspire, and dotnet test.

Jasen's top three picks

  1. 1
    20 Real-Time LINQ Examples That Expose the Hidden Differences Between Query and Method Syntax

    blog.stackademic.com

    A practical look at LINQ syntax differences with real examples, useful if you want cleaner queries and a better feel for what the compiler is

  2. 2
    Clean Architecture vs Vertical Slice — Which One Should You Use?

    medium.com

    A sensible architecture comparison that helps teams weigh long-term maintainability against slice-oriented simplicity in modern .NET apps.

  3. 3
    Thread Safety in .NET: Best Practices for Concurrency

    medium.com

    Concurrency basics matter, and this thread-safety refresher is a good reminder before race conditions show up in production.

Editor's note

I curated another intentionally mixed issue here: deep-dive code posts, architecture debate, and a few practical platform updates. The ASP.NET Core Identity cookie-reset piece and the new dotnet test/Microsoft.Testing.Platform article stand out because they solve real day-to-day pain.

Today's articles

C# 14 with Dustin Campbell

dotnetrocks.com

What's coming in C#14? Carl and Richard chat with Dustin Campbell about the next version of C#, discussing what it takes to continue advancing software development in the Microsoft ecosystem. Dustin d...

Topics: C# .NET 10

Read article

Related issues

📬 Get daily .NET content delivered to your inbox