A look into some methods provided on a number of IEnumberable(Of T)/IEnumberable<T> classes. The article discusses how to use lambda expressions to satisfy their delegate requirements and filter a list of objects to show only those relevant to search criteria without manually looping or returning to the datasource to get just the ones that match.
...