Posts

Showing posts with the label tuples in c# 7

C# 7 Features - Tuples

Image
In this blog post we are going to see the new feature called Tuple type introduced with C# 7.0 Version by Microsoft. “C# 7.0 adds a number of new features and brings a focus on data  consumption, code simplification and performance. Perhaps the biggest  features are tuples, which make it easy to have multiple results, and pattern  matching, which simplifies code that is conditional on the shape of data. But  there are many other features big and small. We hope that they all combine to  make your code more efficient and clear, and you more happy and  productive,” Mads Torgersen, program manager at Microsoft, wrote ...