Lambdas make it easy to query Generic Lists. Here's a simple example that uses the Lambda Where() function to query a List(Of Integer): Public Class GetDotNetCodeSamples Private integersList As New List( Of Integer ) Public Sub New () Dim numbers() As Integer = {5, 4, 1, 3, 9, 8, 6, 7, 2, 0} integersList...