C# 7.0 has a number of new features to simplify code and increase performance. A nice new feature is types, which make it easy to have multiple results. Another is pattern matching, which simplifies code that is conditional base on[...]
The post Trying out C# 7.0 appeared first on To .NET.