What are the benefits of a deferred execution in linq?
Answer Posted / Vinay Mishra
Deferred execution in LINQ allows for better performance by avoiding unnecessary computations. It means that operations like filtering, sorting, or aggregating data are only performed when the results are actually needed, which can significantly improve the efficiency of large data sets.
| 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