Coming soon will be the new features of Threading in .NET 4.0, also known as Parallel Extensions.
The existing .NET features (i.e., in 3.5 and earlier versions) are better than Java without java.util.concurrent, but it, of course, does not cover everything that is in java.util.concurrent.
Parallel Extensions Team Blog is worth reading to learn more.
source
share