Posts Tagged ‘Standard Query Operators’
Having covered the query expressions, we need to look in to query operators. The standard query operators are the methods that form query pattern. Note that these methods operate on any object whose type implements the IEnumerable<T> or IQueryable<T> interfaces. The methods that make up these standard query operators are implemented as Extension Methods. [...]
Filed under: LINQ | Leave a Comment
Tags: Extension Methods, LINQ, LINQ Basics, Standard Query Operators
