Special Offer: My C#/.NET Bootcamp Course is out now. Get 10% OFF using the code FRIENDS10.
C# 8 – Switch Expressions

C# 8 – Switch Expressions

Switch Expressions are a new compiler feature available starting with C# 8. It’s a helpful evolution of Switch Statements. In this video, we’ll be looking at how Switch Expressions are different from Switch Statements and how to use them in your code. C# 8...