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 the ‘.Net’ Category
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 [...]
Google Caffeine
Posted in .Net on August 11, 2009 | Leave a Comment »
Google is launching with new upgraded search engine…Codenamed as Caffeine. Google (Google) promises that the new search tool will improve the speed, accuracy, size, and comprehensiveness of Google search. I tried the with new search engine and it is really very fast and accurate.
Pls have a look and post your comment w.r.t speed and accuracy…. [...]
Google Chrome OS…launching soon…
Posted in .Net on July 10, 2009 | Leave a Comment »
Previously there were many rumors that Google is coming out with there own OS but now it seems that rumors came out to be true. Google is launching with there own open source OS i.e. Chrome. Its a linux based operating system.
Basic features of Google OS will be light weight, speed, simplicity and most important [...]
LinqDataSource Implementation
Posted in .Net on June 15, 2009 | Leave a Comment »
Recently I got the project of implementing the Linqdatasource for Gridview and it was really a good experience and also got the power of .NET 3.5.
For implementing Linqdatasource, first we need the create the .dbml file i.e. Datacontext File, which will have the mapping of the table in the Sql Server to the Linq.
With the [...]