Home Archive Issue #314
Issue #314

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

Practical .NET reads on Swagger docs, caching, authorization, EF Core traps, .NET 10, and Visual Studio tooling for working teams.

Jasen's top three picks

  1. 1
    Pooled Collections in C#: A Practical Guide to Collections.Pooled for High-Performance .NET

    levelup.gitconnected.com

    Pooled collections are a useful reminder that allocation pressure still matters when you’re pushing .NET hard.

  2. 2
    ASP.NET Core Swagger Mastery: Interactive API Documentation Guide (Part-15 of 40)

    c-sharpcorner.com

    Swagger mastery is the kind of walkthrough that pays off when API docs need to stay interactive, versioned, and secure.

  3. 3
    Customize C# Code Formatting in Visual Studio Code

    c-sharpcorner.com

    VS Code formatting tips help teams keep C# code consistent without turning style into a manual chore.

Editor's note

I pulled together a varied issue, from performance and data access to tooling and framework edge cases. Andrew Lock’s fallback-endpoint metadata piece and the EF Core value-generation trap are the kind of details that save real debugging time. I also liked the C# extension properties story and the .NET 10 preview update for what they signal about the platform’s next step.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox