Community

An Extensive Examination of LINQ: The Standard Query Operators

(Scott Mitchell) Query operators are methods that work with a sequence of data and perform some task based on the data. They are created as extension methods on the IEnumerable interface, which is the interface implemented by classes that hold enumerable data. For example, arrays and the classes

Read More - Register for Free Membership