One of my favorite features in .NET 3.5 is lambda expressions. [To begin with an overview of lambda expressions, start here .] This example demonstrates how to use lambda expressions: To compare items in two lists and find which items in one list are not in the other. For example: {1, 2, 3}, {2, 3, 4...