Switch Expressions

The switch statement in C# has been there since the beginning. Originally it was for a simple data type only, and you could only go through cases of constant values. Now there's so much more.

View code on GitHub

Comments

Popular posts from this blog

Left Join in Entity Framework

C# Record Serialization

SQL Dates Table