Tuples are a .NET 4 feature that is available in all the .NET languages including C# 4. Among other uses, tuples allow you to easily and temporarily group objects together into a logical unit without having to create an explicit class. This video will show you the mechanics of using tuples and then give an example of how they might be used.