Monday, December 07, 2009

“Samples for Parallel Programming with the .NET Framework 4” gets some VB love…

Parallel Programming with .NET - Updated Beta 2 samples for parallel programming

“We've refreshed our Beta 2 samples for parallel programming with the .NET Framework 4.  Thanks to the gracious assistance of the fabulous Lisa Feigenbaum and others on the Visual Basic team, in this refresh the majority of the samples are now available not only in C# but also in Visual Basic [GD:Emphasis added]. The samples are available for download at http://code.msdn.microsoft.com/ParExtSamples.” [GD: Post leached in full]

MSDN Code Gallery - Samples for Parallel Programming with the .NET Framework 4

“The .NET Framework 4 Beta 2 has been released and is available for download at http://msdn.microsoft.com/netframework/dd582936.aspx. .NET 4 includes significant advancements for developers writing parallel and concurrent applications, including Parallel LINQ (PLINQ), the Task Parallel Library (TPL), new thread-safe collections, and a variety of new coordination and synchronization data structures. This Code Gallery project includes example applications and library functionality that demonstrate, utilize, and augment this support (it is not production quality).

…”

Samples for Parallel Programming with the .NET Framework 4 - Parallel Programming with .NET 4 Beta 2 Samples

“ParallelProgrammingSamples_Beta2.zip
source code, 3967K, uploaded Sun –…”

Here’s a snap of the extracted zip;

image

All projects seem to include have C# samples, most now with VB and one with C++/F#

 

Related Past Post XRef:
TPL (That is, Task Parallel Library) Article of the Day: “Parent-Child Task Relationships in the .Net Framework 4”
[.Net 4.0]: Get your Parallel Extensions here… All baked in and part of the Core…. Get your Task Parallel Library here…

No comments: