Parallel Linq is nothing but the extension of the LINQ. It is nothing but the concurrent execution of queries on objects. Its main intension is the data parallelism. Microsoft is planning to include in .NET 4. I am really looking forward for .NET 4 release….infact eagerly waiting… …
Rishi
Archive for September, 2009
Parallel Linq : PLinq
Posted in .Net on September 4, 2009 | Leave a Comment »
PINQ : Privacy Integrated Queries
Posted in .Net on September 1, 2009 | Leave a Comment »
After LINQ Microsoft Research has recently came with something called has PINQ i.e. Privacy Intergrated Queries. According to Microsoft, Privacy Integrated Queries (PINQ) is not a LINQ provider, but it looks very much like one. Like LINQ, PINQ provides .NET objects which wrap data sources and supporting declarative transformations and aggregations. Unlike LINQ, this is [...]