Parallel Computing Platform in the Visual Studio 2010 and .NET Framework 4.0 CTP announcement
-
Link
Hi, all,
My name is Stephen Toub, and I'm the lead Program Manager for the Parallel Computing Platform team at Microsoft.
Visual Studio 2010 includes programming models for concisely expressing concurrency. This includes new .NET Framework libraries, such as the Task Parallel Library and Parallel LINQ, as well as the Parallel Pattern Library and the Concurrency Runtime, which enable the development of native applications with C++ that execute efficiently on parallel hardware. Visual Studio 2010 also includes parallel debugging and profiling experiences. Parallel debugging toolwindows provide the user with a view of tasks running in the application and a graphical view of parallel call stacks, while the parallel profiling views give the user an understanding of their application’s core utilization, thread behavior and contention blocking, and more.
For more in-depth information on these technologies, a key resource is the Parallel Computing Developer Center on MSDN. In addition, for this CTP we've created several walkthroughs to provide a glimpse into the capabilities being provided:
- Parallel Programming with the .NET Framework 4.0
- Parallel Programming with the Parallel Pattern Library
- Parallel Debugging Toolwindows in Visual Studio 2010
- Parallel Profiling Views in Visual Studio 2010
You can download these walkthroughs and the CTP from http://go.microsoft.com/fwlink/?LinkId=129231.
Thank you very much for your interest in the Visual Studio 2010 and .NET Framework 4.0 CTP! We look forward to hearing your feedback.
Stephen Toub
Program Manager Lead
Parallel Computing Platform
-
0 Votes
FORUM LOCKED: Please use the Visual Studio 2010 & .NET Framework 4 Beta 1 Forums
Thank you for visiting Visual Studio 2010 .Net 4 CTP forums. Since the Beta1 is now available we are closing down the CTP forums and encourage you to visit the new Visual Studio 2010 ... -
0 Votes
Walkthrough: Parallel Programming with the .NET Framework 4.0
The .NET Framework 4.0 includes new library-based support for data parallelism, task parallelism, and coordination on parallel hardware, all unified by a common work scheduler. These new types, ...Discussion | 1 Replies | 18198 Views | Created by Stephen Toub - MSFT - Sunday, October 26, 2008 7:00 AM | Last reply by Othmane Rahmouni - Monday, October 27, 2008 4:37 PM -
0 Votes
Walkthrough: Parallel Programming with the Parallel Pattern Library
The Parallel Pattern Library, available with Visual C++ 10, enables mainstream C++ programmers to build concurrent applications by providing a concurrency library that is familiar to C++ ...Discussion | 1 Replies | 15451 Views | Created by Stephen Toub - MSFT - Sunday, October 26, 2008 7:09 AM | Last reply by Othmane Rahmouni - Monday, October 27, 2008 4:36 PM
Parallel Computing Platform in the Visual Studio 2010 and .NET Framework 4.0 CTP announcement
-
Link
Hi, all,
My name is Stephen Toub, and I'm the lead Program Manager for the Parallel Computing Platform team at Microsoft.
Visual Studio 2010 includes programming models for concisely expressing concurrency. This includes new .NET Framework libraries, such as the Task Parallel Library and Parallel LINQ, as well as the Parallel Pattern Library and the Concurrency Runtime, which enable the development of native applications with C++ that execute efficiently on parallel hardware. Visual Studio 2010 also includes parallel debugging and profiling experiences. Parallel debugging toolwindows provide the user with a view of tasks running in the application and a graphical view of parallel call stacks, while the parallel profiling views give the user an understanding of their application’s core utilization, thread behavior and contention blocking, and more.
For more in-depth information on these technologies, a key resource is the Parallel Computing Developer Center on MSDN. In addition, for this CTP we've created several walkthroughs to provide a glimpse into the capabilities being provided:
- Parallel Programming with the .NET Framework 4.0
- Parallel Programming with the Parallel Pattern Library
- Parallel Debugging Toolwindows in Visual Studio 2010
- Parallel Profiling Views in Visual Studio 2010
You can download these walkthroughs and the CTP from http://go.microsoft.com/fwlink/?LinkId=129231.
Thank you very much for your interest in the Visual Studio 2010 and .NET Framework 4.0 CTP! We look forward to hearing your feedback.
Stephen Toub
Program Manager Lead
Parallel Computing Platform