Now that .NET Framework 4 is out, we start seeing new samples.
Parallel Programming with .NET : Samples for Parallel Programming with the .NET Framework 4
Eric De Carufel, Parallel Extensions, Parallel Computing, C#, .NET, Design Patterns, OOP, Famework.NET 2.0, 3.0, 3.5, Visual Studio.
Now that .NET Framework 4 is out, we start seeing new samples.
Parallel Programming with .NET : Samples for Parallel Programming with the .NET Framework 4
1 comment:
Microsoft Visual Studio 2010 and .NET Framework 4 Beta 2 enhance support for parallel programming with a new runtime, new class library types, and diagnostic tools. These features simplify parallel development and enable developers to write efficient, fine-grained, and scalable parallel code in a natural idiom without having to work directly with threads, or the thread pool. The following illustration provides a high-level overview of the parallel programming architecture in .NET Framework 4 Beta 2.
Post a Comment