Jun 17, 2024 Post comments count0 Post likes count6 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 Post comments count4 Post likes count8 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 Post comments count14 Post likes count17 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 Post comments count42 Post likes count18 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 Post comments count12 Post likes count25 Announcing C# 12 Kathleen Dollard Announcing the official release of C# 12, including collection expressions, primary constructors, and more!
Jul 11, 2023 Post comments count34 Post likes count13 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 Post comments count71 Post likes count20 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.