Related resources for PLINQ
  • Testing The Code Performance Of PLINQ8/11/2016 3:56:38 PM. In this article, you will learn about testing the code performance of PLINQ.
  • Parallel LINQ in C#11/29/2012 12:14:25 PM. Today, in this article let's play around with one of the interesting and most useful concepts in C# with LINQ.
  • PLINQ Powered by TPL in .Net 4.0 C#5/13/2012 2:55:31 AM. My previous post discussed the TPL library and its uses to create the scalable applications. Another way to incorporate the parallel task into your .Net applications is through PLINQ.
  • LINQ to SharePoint: CRUD operation on SharePoint 2010 list using SPLinq4/14/2011 2:49:19 PM. In this article, we will see how to work with LINQ to SharePoint. I have tried to address all the common errors we encounter when we start using LINQ against SharePoint.
  • LINQ to SharePoint: SPLinq in SharePoint 201011/9/2010 5:06:25 AM. In this article, we will see how to work with LINQ to SharePoint. I have tried to address all the common errors we encounter when first time we start using LINQ against SharePoint.
  • Using PLINQ to Improve Learning Algorithms12/2/2009 6:52:16 AM. PLINQ is a welcome addition to the .NET 4.0 framework, allowing us to operate on collection elements in parallel. This article examines the performance improvements of PLINQ over LINQ when doing heavy calculations on a large collection of genomes in a particular learning algorithm.
  • Using PLINQ to Improve Learning Algorithms12/2/2009 6:52:16 AM. PLINQ is a welcome addition to the .NET 4.0 framework, allowing us to operate on collection elements in parallel. This article examines the performance improvements of PLINQ over LINQ when doing heavy calculations on a large collection of genomes in a particular learning algorithm.
  • Parallel Extension to LINQ 6/22/2009 12:28:09 AM. This article gives you an idea how to utilize Parallel Extension to Linq or PLINQ.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download