Home Archive Issue #464
Issue #464

Rate Limiting, .NET 11, C# 14

Curated .NET reading on ASP.NET Core throttling, C# 14 and union types, EF-backed RAG, memory safety, and practical enterprise design.

Jasen's top three picks

  1. 1
    Rate Limiting in ASP.NET Core (.NET 10) - Complete Guide

    codewithmukesh.com

    A practical guide that gets into the operational details teams actually need: partitioning, Redis coordination, rejection handling, and policy tradeoffs.

  2. 2
    .NET 11 Preview 4 Roundup: MAUI, Blazor, EF Core, SDK and Runtime Updates

    news.google.com

    Useful if you want one pass across the latest platform changes without chasing separate MAUI, Blazor, runtime, and EF Core announcements.

  3. 3
    C# 14 New Features Explained with Real-World Examples

    c-sharpcorner.com

    Worth skimming to see which C# 14 changes feel immediately usable versus which ones are mostly syntactic cleanup.

Editor's note

I kept this issue deliberately mixed, which is usually where the most useful reading shows up. The ASP.NET Core rate limiting guide stands out for being production-minded instead of purely conceptual, and the C# memory safety post matters because it points to deeper language changes than a typical feature drop. There’s also a solid spread here across previews, legacy code realities, AI workflow tooling, and everyday C# fundamentals.

Today's articles

Improving C# Memory Safety

devblogs.microsoft.com

We're in the process of significantly improving memory safety in C#. The unsafe keyword is being redesigned to inform callers that they have obligations that must be discharged to maintain safety, doc...

Topics: C# Security

Read article

Related issues

📬 Get daily .NET content delivered to your inbox