What are deferred execution and immediate execution?
Answer Posted / Saransh Gandharv
Deferred Execution in LINQ is a technique where the query is not executed until its result is actually needed, usually when you iterate through it. On the other hand, Immediate Execution happens when the entire result set is returned as soon as the query is executed.
| 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