Browse by Tags
All Tags »
Delegates »
Lambda Expressions »
.NET (
RSS)
Sorry, but there are no more tags available to filter with.
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.
...