Switch Expressions in C# 8.0
The new C# 8.0 switch expressions are a very convenient way to map information in a compact fashion.
StringBuilding in C#
Strings are a vital part of applications and building strings can take up a lot of time, along with also causing a performance lag in the applications.