What is PLINQ

 Posted by Bhakti on 12/17/2009 | Category: ASP.NET Interview questions | Views: 6261
Answer:

PLIONQ stands for parallel LINQ. As the name clearly implies it is parallel implementation of LINQ to Objects.
(Introduced with VS 2010)


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Ddd on: 1/27/2011 | Points: 10
Could ypu please provide some code snippet to explain the concept of parallel implementation of
LINQ to objects.
Thanks.

Login to post response