PreviousNext

Dissecting the pattern matching in C# 7 – Dissecting the code

by bill-s, 2017-10-20T07:36:58.000Z

C# 7 finally introduced a long-awaited feature called "pattern matching". If you're familiar with functional languages like F# you may be slightly disappointed with this feature in its current state, but even today it can simplify your code in a variety of different scenarios.

Read More