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<T>
interface, which is the interface implemented by classes that hold enumerable data. For example, arrays and the classes in the System.Collections
and System.Collections.Generic
namespaces all implement IEnumerable<T>
. In
A
New
Internet
Library: Add Your Website/Blog
or Suggest A Website/Blog to our Free Web Directory
http://anil.myfunda.net.
Its very simple, free and SEO Friendly. Submit Now....
Its very simple, free and SEO Friendly. Submit Now....
Sunday, May 24, 2009
An Extensive Examination of LINQ: The Standard Query Operators
Subscribe to:
Post Comments (Atom)
Came to know about query operators was not aware of it earlier.
ReplyDelete