What is the benefit and a common real-world practical application of using Tuples in .NET 4.0?
- by Will Marcouiller
I have read about the Tuples provided with the coming-out of the new .NET Framework features, and still am I wondering about how it could be useful in real-world enterprise applications.
Can one give me a brief explanation along with a simple but real-world code sample?
Thanks! =)