Posts Tagged ‘Extension Methods’

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. [...]



Follow

Get every new post delivered to your Inbox.