...

/

Quiz Yourself: LINQ

Quiz Yourself: LINQ

Test your knowledge of Language Integrated Query.

We'll cover the following...

LINQ Quiz

1.

What’s the meaning of the let keyword in a LINQ query?

A.

The let keyword is the same as var.

B.

The let keyword executes the LINQ query immediately.

C.

The let keyword declares a variable inside the query to store temporary results.

D.

There’s no let keyword in C#.


1 / 4