1.

When do LINQ queries actually run?

A. When they are iterated over in a foreachloop
B. When calling the ToArray() method on the range variable
C. When calling the ToList() method on the range variable
D. All of the above
Answer» E.


Discussion

No Comment Found