Multiple Choice
LINQ to Objects works with objects that implement the __________ interface,which enables a program to iterate over a collection of data.
A) ICountable
B) IEnumerable
C) IRepeatable
D) ICompare
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: LINQ enables you to write queries,similar to
Q2: In a LINQ query,the Where clause specifies
Q3: The Order By clause sorts the query
Q5: In a LINQ query,the From clause specifies
Q6: LINQ infers the type of a range
Q7: The range variable is implicitly defined in
Q8: Most LINQ capabilities are defined as constructor
Q9: A LINQ query returns an IEnumerable object.
Q10: LINQ's Order By clause can _ objects
Q11: If the condition in the Where clause