Published onDecember 28, 2023Primary Constructors and Their Impact on Classes and Structs in .NET 8CSharp.NETIn this post, we take a look at a brand new feature released with C# 12 and .NET 8, called Primary Constructors - a thing we already have for Records but that is now extended to Classes and Structs.