Jun 17, 2024 0 6 Refactor your code with default lambda parameters David Pine Explore opportunities to refactor your C# code with default lambda parameters, a new feature in C# 12.
Jun 3, 2024 4 7 Refactor your code using alias any type David Pine Explore the "alias any type" C# 12 feature through a complete demo application.
May 8, 2024 14 15 Refactor your code with C# collection expressions David Pine Explore various C# 12 refactoring scenarios for a variety of target types using collection expressions, collection initializers, and the spread syntax.
Apr 23, 2024 42 15 Refactor your C# code with primary constructors David Pine Explore C# 12's primary constructors through incremental refactoring of a Worker service.
Nov 14, 2023 12 25 Announcing C# 12 Kathleen Dollard Announcing the official release of C# 12, including collection expressions, primary constructors, and more!
Jul 11, 2023 34 13 New C# 12 preview features Kathleen Dollard .NET 8 Preview 6 adds three new features for C# 12: interceptors, inline arrays, and enhancements to the nameof expression.
Apr 11, 2023 71 20 Check out new C# 12 preview features! Kathleen Dollard The first set of C# 12 features are here in preview including primary constructors, using aliases, and lambda expression parameters.