Home Archive Issue #335
Issue #335

C# 14, testing, and performance wins

Covers C# 14, xUnit parameterized tests, EF Core projections, Azure SQL vector indexing, and security and tooling updates for .NET teams.

Jasen's top three picks

  1. 1
    Inline Arrays in C# 13: The Secret Performance Feature You’re Probably Ignoring

    medium.com

    A small language feature with an outsized payoff: inline arrays can remove allocations in hot paths without rewriting your whole design.

  2. 2
    The Best Way to Write Parameterized Tests in .NET Using xUnit (Clean, Fast, and Not Annoying)

    medium.com

    A clean xUnit parameterized-testing approach is worth reading if you want less ceremony and more readable test cases.

  3. 3
    Introducing C# 14

    devblogs.microsoft.com

    C# 14 is the headline runtime/language update here, with the .NET 10 connection making it especially relevant for planning upgrades.

Editor's note

I curated a pretty wide mix today, from language and runtime updates to tooling, data, and security. The C# 14 announcement and the inline arrays piece both stand out for developers who care about what ships next and what helps right now. I also liked the Azure SQL vector indexing preview because it hints at practical search and AI workloads without leaving the .NET stack.

Today's articles

Introducing C# 14

devblogs.microsoft.com

Learn what features are in C# 14, which ships as part of .NET 10. The post Introducing C# 14 appeared first on .NET Blog.

Read article

489: .NET 10 and Visual Studio 2026

mergeconflict.fm

Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website, Chat on Discord Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://i...

Read article

Related issues

📬 Get daily .NET content delivered to your inbox