1 C# 7 – Switch Statement with pattern matching
One of the new feature of C# 7 is an improved version of the switch statement that now support pattern matching. Have a look at this video that explore how to refactor a series of if using the new switch statement with pattern matching.
Continue reading