C# - When to use value tuples and when to use classes
Value tuples were introduced with C# 7. The original tuples have been around since 2010 when they were released with .Net Framework 4.0. Even though »
Value tuples were introduced with C# 7. The original tuples have been around since 2010 when they were released with .Net Framework 4.0. Even though »
Earlier this year I made a post on how to make a list of named value tuples [https://peterdaugaardrasmussen.com/2020/02/22/c-how-to-make-a-list-of-value-tuples-with-named-values/] . I decided »
I found it hard to find a webpage showing a simplistic way to create named value tuples in a list. Most of the examples I could »