PreviousNext

New features in C# 7, part 2

by bill-s, 2016-02-06T08:46:30.000Z

In my previous post about probable new features in C# 7, I talked about Tuples, Record Types and Pattern Matching. These are the most obvious candidates for inclusion. In this post I want to highlight a few more new features that are not getting as much attention but are also very useful features.

Read More