Author Archives: bcherry
-
March 06, 2009 by bcherry
Custom .NET Collection Filters with C# Extension Methods
Have you ever had a collection (it doesn’t matter what kind of collection), and done some filtering on it using LINQ methods? For example, the following: This is a pretty common usage of the LINQ extension method Where(). The above … Read More
- Filed under: C#
- No Comments »