Answer:
Basically these are used in LINQ to work with collections for the following...
• To get total count of elements in a collection.
• To order the results of a collection.
• For grouping.
• For computing average.
• To join two collections based on matching keys.
• To filter the results
Asked In: Many Interviews |
Alert Moderator