.NET (OK, C#) finally gets union types🎉: Exploring the .NET 11 preview - Part 2
The article announces that union types, a long-requested feature common in functional programming languages, are finally being introduced in C# 15 as part of the .NET 11 preview. It explains how the new `union` keyword a…