Welcome to the second week of videos to explore C# in a simple and practical way.
Subscribe here:
C# 7 – Throw Expressions
Learn how to use the throw expressions in C# 7 to make your validation code more compact and easy to read.
C# 7 – Inline out variables
Learn how to inline out variables in C# 7 and how to use Visual Studio 2017 to inline all variable declarations in the entire solution.
C# 7 – Switch Statement with pattern matching
Learn how to refactor a series of ifs using the improved switch statement with pattern matching in C# 7.
C# 7 – Binary Literals and Digits Separators
See how to use binary literals and digit separators in C# 7.