Skip to content

Anthony Giretti's .NET blog

Ain't no mountain high enough

Search

Follow me !

Tags

.NET .NET 5 .NET 6 .NET 7 .NET Core .NET Core 3 adal-angular5 adal.js Angular 5 ASP.NET Core ASP.NET Core 2.1 ASP.NET Core 2.2 ASP.NET Core 3 ASP.NET Core 5 ASP.NET Core 6 ASP.NET Core 7 Azure Functions C# C# 9 C# 10 C#11 C# 11 C#14 Dapper Entity Framework Core Entity Framework Core 2 ExpectedObjects Google Charts gRPC gRPC Client Javascript Massive minimal APIs NPoco OrmLite Peta POCO Polly SQL SQL SERVER Typescript unit tests Visual Studio Code VSTS Web API XUnit

My latest posts

  • C# 14: User-Defined Compound Assignment Operators 2025-11-23
  • C# 14: Introducing partial constructors and partial events 2025-11-23
  • C# 14: Introducing field-backed auto‐properties via the contextual keyword field 2025-11-23
  • C# 14: Modifiers on simple lambda parameters without explicit parameter types 2025-11-23
  • C# 14: More Implicit Conversions for Span<T> and ReadOnlySpan<T> 2025-11-22
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
  • .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
  • .NET
  • C#
SHARE:

C# 13: Introducing System.Threading.Lock

2025-03-05 by anthonygiretti

Introduction With every new release, C# keeps evolving to offer better performance, cleaner syntax, and…

Read More
  • .NET
  • C#
SHARE:

C# 13: Extended params for Method Parameters

2025-03-01 by anthonygiretti

Introduction .NET 9 and C# 13 are now rolling out and once again, Microsoft has…

Read More
    1 2 3 … 21 Next »
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough