Select from following answers:- Contains and Intersect
- Skip and Take
- GroupBy and Last
- All Above
Contains checks for existence of an item, and Intersect gets items that two collections have in common.
GroupBy performs group/aggregate operations, and Last returns the last item in the collection.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator