Home Archive Issue #521
Issue #521

Union Types, API Security, Durable Workflows

Covers C# 15 and .NET 11 benchmarks, ASP.NET Core API security and middleware, SQL vector search, NativeAOT, MAUI migration, and ETW diagnosis.

Jasen's top three picks

  1. 1
    Benchmarking C# 15 Union Types in Real Applications

    c-sharpcorner.com

    Useful if you're trying to separate language novelty from measurable runtime cost.

  2. 2
    Benchmarking HTTP Request Compression in .NET 11

    c-sharpcorner.com

    Good benchmark framing: bandwidth wins only matter if CPU and latency stay acceptable.

  3. 3
    Benchmarking MCP C# SDK 2.0 Under Concurrent Tool Workloads

    c-sharpcorner.com

    Worth a look for anyone building AI tooling that has to survive real concurrency.

Editor's note

I kept this one deliberately mixed, which is exactly how I like these editions. The union types benchmark and the SQL Server vector search with EF Core piece both stand out because they test hot topics against production concerns instead of stopping at syntax or hype. I also liked the ETW diagnostics article for being practical, and the API security coverage is a good reminder that performance without guardrails is not enough.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox