Tag Archives: Tuples

Tuple in .NET Framework 4.0

Another new feature in the .NET 4 Framework is support for tuple,which are similar to anonymous classes that you can create on the fly. A tuple is a data structure used in many functional and dynamic languages, such as F# … Continue reading

Posted in .Net, .Net 4.0 | Tagged , , , , | Leave a comment