Showing tag results for Pattern Matching

Apr 2, 2026
Post comments count29
Post likes count14

Explore union types in C# 15

Bill Wagner

C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.

.NETC#
Apr 18, 2022
Post comments count45
Post likes count2

C# 11 Preview Updates – Raw string literals, UTF-8 and more!

Kathleen Dollard

C# 11 features are coming along nicely and the most recent release features all sorts of goodies including updates to string literals, pattern matching, checked user-defined operators, and an update on !!.

C#.NET