Home Archive Issue #299
Issue #299

ArrayPool, Azure messaging, and C# 14 extensions

This issue mixes performance, architecture, Blazor SignalR, EF Core tuning, Azure messaging, and upcoming C# 14 and .NET 10 coverage.

Jasen's top three picks

  1. 1
    Optimizing Array Performance in .NET: Getting the Most from ArrayPool

    dotnettips.wordpress.com

    ArrayPool and Span/Memory are the performance pair I’d expect serious .NET folks to bookmark.

  2. 2
    How to Implement an LRU Cache with O(1) Operations

    c-sharpcorner.com

    The Azure messaging cheatsheet is handy if you’re matching delivery guarantees to a real system.

  3. 3
    ASP.NET Web.Config: Redirects, Security, and URL Rewriting Explained

    c-sharpcorner.com

    C# 14 extension members and .NET 10 are the forward-looking reads in this issue.

Editor's note

I pulled together a fairly classic mixed bag this time: performance, architecture, language features, and tooling all show up. The ArrayPool and Span/Memory pieces are especially useful if you care about allocations, while the Azure Service Bus vs Event Grid vs Event Hub cheatsheet is a practical decision aid. There’s also solid runway content with .NET 10, C# 14 extension members, and Visual Studio 2026.

Today's articles

SignalR using Blazor

c-sharpcorner.com

Learn how to integrate SignalR with Blazor for real-time web applications. This guide covers both Blazor WebAssembly (hosted) and Blazor Server, providing code snippets for chat applications, server p...

Topics: Blazor SignalR

Read article

Related issues

📬 Get daily .NET content delivered to your inbox