...new feature in C# 8 that make it easier to write switch statements. They are more concise, readable, and can be used with nullable types. If you are writing C# code, you should consider using switch expressions.
## Hashtags
* #C#
* #C#8
* #Switch Statements
* #Switch Expressions
* #Nullable...