Answer Posted / Hemchand
PLINQ (Parallel LINQ) is an extension of LINQ that allows parallel execution of query operations in order to take advantage of multiple cores and improve performance. PLINQ automatically determines whether parallel execution can provide benefits, and if so, it partitions the data and executes the query across multiple threads. It also handles synchronization issues and errors.
| 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