
Explore .NET 8 and C# 12
Explore the new C# 12 features with my recent series of articles "**NET 8 and C# 12", in which I present each one of the features along with code examples.
Below, you’ll find all articles in the series, along with the GitHub repository containing the full source code.
Articles in the Series
Alias Any Type
https://henriquesd.com/articles/net-8-and-c-12-alias-any-typePrimary Constructors
https://henriquesd.com/articles/net-8-and-c-sharp-12-primary-constructorsCollection Expressions
https://henriquesd.com/articles/net-8-and-c-sharp-12-collection-expressionsDefault Lambda Parameters
https://henriquesd.com/articles/net-8-and-c-sharp-12-default-lambda-parametersExperimental Attribute
https://henriquesd.com/articles/net-8-and-c-sharp-12-experimental-attributeref readonly Parameters
https://henriquesd.com/articles/net-8-and-c-sharp-12-ref-readonly-parametersInterceptors
https://henriquesd.com/articles/net-8-and-c-sharp-12-interceptorsInline Arrays
https://henriquesd.com/articles/net-8-and-c-sharp-12-inline-arrays
Source Code
- GitHub Repository
https://github.com/henriquesd/dotnet8examples


