Feeds:
Posts
Comments

Archive for September, 2009

Parallel Linq : PLinq

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

Read Full Post »

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 [...]

Read Full Post »