.NET 4: “Slim”-style performance boost!
- by Vitus
RTM version of .NET 4 and Visual Studio 2010 is available, and now we can do some test with it.
Parallel Extensions is one of the most valuable part of .NET 4.0. It’s a set of good tools for easily consuming multicore hardware power. And it also contains some “upgraded” sync primitives – Slim-version.
For example, it include updated variant of…