Visual Studio 2017.3 brought with it the first minor update to the C# language, C# 7.1. This update adds four new features to C#: async main, target-typed default literals, tuple name inference, and generic support for pattern-matching.
In this post, you'll learn how to enable the new C# 7.1 language features in your …
Read More