Closed
Description
C# 7 adds a feature to create unnamed types, or tuples. You can get a brief overview in this blog post:
https://blogs.msdn.microsoft.com/dotnet/2016/08/24/whats-new-in-csharp-7-0/
In this article, it should discuss the syntax behind named and unnamed tuples. It should go deeper and explain when Tuples are a good design choice.
This should include samples, and possibly a tutorial around using the feature.