LINQ Flashcards

1
Q

What does LINQ stand for?

A

Language Integrated Query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What data source does LINQ enable us to query?

A
  • Databases
  • XML documents
  • Objects in memory, etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is deferred execution?

A

The query executes only when you access the results, not when you define the query.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly