Home Archive Issue #409
Issue #409

C# 14, agentic AI and ASP.NET Core binding

A varied .NET roundup with C# 14, agentic AI, ASP.NET Core binding, EF Core architecture, testing automation, and resiliency patterns.

Jasen's top three picks

  1. 1
    The best new features of C# 14

    news.google.com

    A good snapshot of what changed in C# 14 and why it matters in day-to-day coding.

  2. 2
    Dealing with DB Null: Solving the Object cannot be cast from DB Null to other types Error in C#

    c-sharpcorner.com

    Practical resilience guidance with Polly bulkheads for services that need to fail gracefully.

  3. 3
    How to Reverse a String in C#

    c-sharpcorner.com

    Useful if you want a clearer mental model for assemblies, DLLs, and strong naming.

Editor's note

I kept this issue intentionally mixed: language updates, app architecture, data access, and a good slice of AI work. The C# 14 rundown is the obvious headline, but I also think the bulkhead pattern piece and the EF Core clean-architecture article are especially practical for teams shipping real systems.

Today's articles

How to Reverse a String in C#

c-sharpcorner.com

Learn two efficient methods to reverse strings in C# using Array.Reverse() and loops. Understand the immutability of strings, performance considerations, and real-world applications. Master this funda...

Topics: C# Performance

Read article

Related issues

📬 Get daily .NET content delivered to your inbox