PreviousNext

Switch Expression in C# 8

by andrea.angella, 2020-01-09T22:35:08.402Z

C# 8 introduce switch expression, an elegant and compact way to write switch statements. In this video, you will learn how you can convert a classic switch statement to the new syntax and the limitations of this new feature.

Read More