Showing results for Tools - .NET Parallel Programming

Sep 17, 2011
0
0

What’s New For Parallelism in .NET 4.5

Stephen Toub - MSFT
Stephen Toub - MSFT

.NET 4 and Visual Studio 2010 saw the introduction of a wide range of new support for parallelism: the Task Parallel Library (TPL), Parallel LINQ (PLINQ), new synchronization and coordination primitives and collections (e.g. ConcurrentDictionary), an improved ThreadPool for handling parallel workloads, new debugger windows, new concurrency visualiz...

Parallel ExtensionsTask Parallel Library.NET 4.5
Nov 15, 2009
0
0

Debugging TPL apps in VS2010

Daniel Moth
Daniel Moth

The new parallel debugger windows in Visual Studio 2010 (Parallel Tasks and Parallel Stacks) have had many fixes and updates. I have refreshed the existing content and also added new material for Beta 2. Find links to all of it from my blog post on Parallel Debugging.CheersDaniel

.NET 4Visual Studio 2010C++
May 16, 2009
0
0

Debugging Support for Tasks

Daniel Moth
Daniel Moth

Visual Studio 2010 has new debugger windows to support the Task-based programming model. Check out my blog post about the Parallel Tasks window.

.NET 4Visual Studio 2010C++
Oct 28, 2008
0
0

Concurrent, Multi-core Programming on Windows and .NET

Stephen Toub - MSFT
Stephen Toub - MSFT

Thanks to everyone who attended our PDC pre-conference session yesterday on parallelism and concurrency!  We had a wonderful turnout at the event, and David, Joe, and I all had a terrific time. Attached to this post are the slides we presented. (It turns out that the PDC site does allow you to submit an evaluation for a precon.  If you at...

Parallel ExtensionsTask Parallel LibraryCode Samples
Oct 13, 2008
0
0

Native concurrency, tools, and TM

Stephen Toub - MSFT
Stephen Toub - MSFT

The Parallel Computing Platform team at Microsoft is working on much more than Parallel Extensions to the .NET Framework...A few weeks back, Charles from Channel 9 spoke with us about our efforts on supporting concurrency and parallelism in native code; the video of that conversation was released this week, and you can view it at https://channel9.m...

C++Tools
May 29, 2008
0
0

Parallel Computing Platform at TechEd 2008

Stephen Toub - MSFT
Stephen Toub - MSFT

Heading to TechEd 2008? Come discover some of the exciting technologies the Parallel Computing Platform team is working on. We're presenting four sessions on parallelism at the Developer conference: DVP205 The Microsoft Parallel Computing Initiative: Bringing Concurrency to the Masses Tuesday, June 3 10:30 AM - 11:45 AM, S210 B Software is headed...

Parallel ExtensionsTalksC++