Answer Posted / Dhirendra Kuamr
Deferred execution in LINQ means that the query isn't executed until its results are actually needed, such as when calling methods like ToList(), First(), or Count(). This allows for more efficient code by only retrieving the data when necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category