COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About PLINQ
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dhananjay Kumar (2)
Mike Gold (2)
Tapan Patel (1)
Vijay Prativadi (1)
Amit Choudhary (1)
Prasoon (1)
Related resources for PLINQ
No resource found
Testing The Code Performance Of PLINQ
8/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 SPLinq
4/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 2010
11/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 Algorithms
12/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 Algorithms
12/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.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download