Home Archive Issue #190
Issue #190

C# features, AI tools, and EF Core 9

A varied lineup covering C# language changes, AI coding tools, EF Core 9, RabbitMQ, async events, and performance tips for .NET developers.

Jasen's top three picks

  1. 1
    Assignment Operators in C#: The Fastest Way to Modify Your Stats

    medium.com

    A quick, readable look at assignment operators that still manages to be useful for everyday C# cleanup.

  2. 2
    Breaking News with C# String Interpolation

    medium.com

    String interpolation gets another practical treatment here, with examples that should help newer developers write clearer code.

  3. 3
    Required: C#’s Answer to Java’s @NonNull (But Better)

    medium.com

    This piece explains why required members are a stronger fit than simple non-null annotations for modern C# models.

Editor's note

I pulled together a pretty wide mix this time: language mechanics, data access, messaging, AI, and a little performance work. Shaun Fulton’s posts on assignment operators and string interpolation are good reminders that small syntax choices can still shape readable code, while the EF Core 9 and RabbitMQ pieces are practical for teams shipping real systems.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox