Skip to content

Anthony Giretti's .NET blog

Ain't no mountain high enough

Search

Follow me !

Styled Blog WordPress Theme by Blaze Themes
  • .NET
  • C#
SHARE:

C# 14: User-Defined Compound Assignment Operators

2025-11-23 by anthonygiretti

Introduction C# 14 brings an interesting upgrade to operator overloading: custom types can now define…

Read More
  • .NET
  • C#
SHARE:

C# 14: Introducing partial constructors and partial events

2025-11-23 by anthonygiretti

Introduction C# 14 introduces a subtle but genuinely useful improvement for developers working with large…

Read More
  • .NET
  • C#
SHARE:

C# 14: Introducing field-backed auto‐properties via the contextual keyword field

2025-11-23 by anthonygiretti

Introduction If you’ve ever used auto-implemented properties in C# but then needed to add logic…

Read More
  • .NET
  • C#
SHARE:

C# 14: Modifiers on simple lambda parameters without explicit parameter types

2025-11-23 by anthonygiretti

Introduction C# keeps evolving, and each version brings small improvements that make everyday code a…

Read More
  • .NET
  • C#
SHARE:

C# 14: More Implicit Conversions for Span<T> and ReadOnlySpan<T>

2025-11-22 by anthonygiretti

Introduction Span<T> and ReadOnlySpan<T> have become core building blocks for high-performance .NET code.They’re fast, allocation-free,…

Read More
  • .NET
  • C#
SHARE:

C# 14: Introducing Null-Conditional Assignment

2025-11-21 by anthonygiretti

Introduction Every new C# release brings its share of improvements to how we write safer…

Read More
  • .NET
  • C#
SHARE:

C# 14: Introducing Extension Members

2025-11-17 by anthonygiretti

Introduction C# continues to evolve with every major release, and C# 14 is no exception.This…

Read More
  • C#
SHARE:

C# 14: Introducing Interceptors

2025-11-15 by anthonygiretti

Introduction C# 14 ships with a feature that sounds almost too good to be true:…

Read More
  • .NET
  • C#
  • Source generator
SHARE:

C# 14: Interceptors in practice with automatic correlation headers

2025-11-15 by anthonygiretti

Introduction Interceptors became a stable C# language feature with C# 14 and .NET 10, after spending…

Read More
  • .NET
  • C#
SHARE:

C# 13: Introducing the new escape sequence

2025-03-07 by anthonygiretti

Introduction C# 13 quietly introduced a new escape sequence that’ll make terminal and low-level devs…

Read More
    « Previous 1 2 3 4 … 22 Next »
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough