In addition to the Betas of Visual Studio 2010 and the .NET Framework 4 being available for download today, the MSDN documentation for .NET 4 Beta 1 is also available. This includes quite a bit of useful information about the new parallelism constructs. Here’s a summary of the relevant material, with links:
- Task Parallel Library
- Parallel LINQ
- Data Structures for Parallel Programming
- Parallel Diagnostic Tools
- .NET Framework Class Library
- System Namespace
- System.Collections.Concurrent Namespace
- System.Linq Namespace
- System.Threading Namespace
- System.Threading.Tasks Namespace
Related to this and for more background information, you can also check out the documentation for our native concurrency runtime and programming models:
- Reference
As with the actual bits, any and all feedback on the docs is welcome and encouraged. A great place to provide feedback is on the forums, for managed at http://social.msdn.microsoft.com/Forums/en-US/parallelextensions/threads and for native at http://social.msdn.microsoft.com/Forums/en-US/parallelcppnative/threads.
0 comments