Google News
logo
.Net - Interview Questions
What are Tuples in .Net?
Tuples are data structures that hold object properties and contain a sequence of elements of different data types. They were introduced as a Tuple<T> class in .NET Framework 4.0 to avoid the need of creating separate types to hold object properties.
Advertisement