You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the use of
LINQ queries.
Which of the following is NOT considered a distinct action of a LINQ query?
A.
Creating the query.
B.
Obtaining the data source.
C.
Creating the data source.
D.
Executing the query.
Explanation: