PLINQ Content on InfoQ
Latest featured content about PLINQ

- Topics
- Dynamic Languages,
- .NET Framework,
- Java,
- .NET
In this presentation from the JVM Languages Summit 2008, Mads Torgersen discusses LINQ, declarative programming and metaprogramming in C#, examples of LINQ syntax and usage, lazy evaluation of LINQ queries, extension methods, lambda expressions, LINQ-to-SQL, LINQ expressions and metaprogramming, expression trees, how the .Net Dynamic Language Runtime (DLR) works, PLINQ, and the future of the DLR.
News about PLINQ
- Topics
- .NET,
- Performance & Scalability
Even though Microsoft has been working on .NET’s Parallel Extensions since 2007, there are still many features that they didn’t have time to fully implement for .NET 4.0. Some features were “too application-specific to be included in the core of the Framework” while others simply needed for testing and user feedback. So instead they are being released as a set of patterns and samples.
- Topics
- .NET,
- Performance & Scalability
Ed Essey, a Program Manager on the Microsoft Parallel Computing team, wrote on the latest enhancements to PLINQ that are to appear in .NET 4.0 Beta 1 that is to be released soon. Some of them are: “With” Operators Pattern, Execution Mode, Cancellation, Refactoring, Performance Improvements.
- Topics
- .NET,
- Performance & Scalability
Microsoft is planning on releasing a wide variety of parallel programming libraries with .NET 4. These include Parallel LINQ (PLINQ), Structured Parallelism (Parallel.For), the Task Parallel Library, and the Coordination Data Structures.
- Topics
- .NET,
- Performance & Scalability
Daniel Moth has released four videos on Parallel Extensions for .NET. These cover the new declarative, imperative, and task-based parallelism APIs for the .NET framework.
- Topics
- .NET,
- Performance & Scalability
A community tech preview of Parallel Extensions, originally known as PLINQ, has been released. Parallel Extensions goes beyond what was found in PLINQ and will include imperative data parallel APIs.
- Topics
- .NET,
- Performance & Scalability
MSDN Magazine has spilled the beans on Parallel LINQ. Parallel LINQ, also known as PLINQ, is a set of LINQ extensions that hide the dirty work of distributing LINQ queries across multiple cores.
- Topics
- Data Access,
- .NET
CodeSmith released Professional LINQ to Objects, a set of templates to be used with CodeSmith and Visual Studio 2008 that supplement Microsoft's upcoming LINQ to SQL and have many great features including the ability ot generate or update a LINQ to SQL dbml file from a db schema, generation of LINQ to SQL entity manager & entity classes as well as the DataContext class.
- Topics
- .NET Framework,
- .NET
While Microsoft's developer devision refines the core LINQ for the Visual Studio 2007 release, work has already begun on the next version feaures. The one most interesting to those looking to support multi-core computer is Parallel LINQ. Joe Duffy's presentation at Declarative Aspects of Multicore Programming workshop gives a good overview of some of background and issues of Parallel LINQ.