Oddbean new post about | logout
 C# developers, rejoice! Tuples have arrived as an alternative to anonymous types. With C# 7, you can now create strongly-typed sequences of elements, making code more readable and reusable. Name your tuple's elements for clarity or use default naming. Deconstruct tuples with ease for returning multiple values from methods. Explore hands-on assignments at easy, medium, and difficult levels to solidify your knowledge.

Source: https://dev.to/moh_moh701/c-advance-exploring-tuples-an-alternative-to-anonymous-types-2j70