Parallel LINQ - PLINQ (weblogs.asp.net)
submitted by
siphilp(919) 1 year, 9 months ago
Turns out now with .net 4.0 we can run a query like a multi-threaded application. Say you want to query a collection of objects and return only those that meet certain conditions. Until now, we basically had one ‘control’ that iterated over all the objects in the collection, checked the condition on each object and returned if it passed.
|category: Linq
|Views: 15
tags:
LINQ another
Everyones tags:
Your Tags: