Solved

LINQ Uses a Technique Called __________-A Query Executes Only When

Question 17

Multiple Choice

LINQ uses a technique called __________-a query executes only when you iterate over the results,not when the query is defined.This allows you to create a query once and execute it many times.


A) late binding
B) dynamic binding
C) iteration delay
D) deferred execution

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions