What is PLINQ?

 Posted by Amatya on 3/14/2017 | Category: LINQ Interview questions | Views: 2646 | Points: 40
Answer:

PLINQ stands for Parallel Language Integrated query. It is the parallel implementation of LINQ., in which a query can be
executed by multiple processors.PLINQ ensures scalability of software on parallel processors in the execution environment.
Its used where data grows rapidly, i.e. telecom industry.


| Alert Moderator 

Comments or Responses

Login to post response