Home Archive Issue #361
Issue #361

ASP.NET Core, EF Core, and C# performance

A varied issue covering .NET 10 production refinements, EF Core 10 joins, Redis caching, C# features, AI in Visual Studio, and API performance.

Jasen's top three picks

  1. 1
    .NET 10 and ASP.NET Core: Refinements That Matter in Production

    c-sharpcorner.com

    .NET 10’s ASP.NET Core refinements are the kind that quietly improve shipping apps: security, observability, Blazor, and APIs.

  2. 2
    Handling Time Zones & Dates Correctly in .NET

    malshikay.medium.com

    Date and time bugs are still a classic trap; this piece is a useful reminder to model time explicitly across regions.

  3. 3
    Ef Core 10 Introduced LeftJoin and RightJoin

    ravindradevrani.medium.com

    EF Core 10’s LeftJoin and RightJoin make common query shapes much cleaner, with less boilerplate around GroupJoin patterns.

Editor's note

I put together a mixed lineup this time: production-focused framework updates, data access changes, and a few hands-on optimization pieces. The .NET 10 ASP.NET Core article and the EF Core 10 join write-up stand out because they both affect real application code, not just release notes. I also liked the Redis and cache items for teams trying to squeeze more throughput out of existing systems.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox