Webcasts by Daniel Moth

Daniel Moth
In the next version of .NET and C++ that ship with Visual Studio 2010, a new task-based programming model is introduced. In this short video you will learn about Parallel Tasks, a new debugger window that helps developers debug applications that use tasks. You will also get a glimpse at the task-specific features of the Parallel Stacks debugger window introduced in another video.
July 7 2009 Views: 926 Rating: 0.0 (0 votes) Duration: 14:34
 
Daniel Moth
As developers try to take advantage of more and more cores in their applications, ultimately more and more threads will execute their code at the same time. When debugging such applications, there is a need to visualize multiple call stacks of multiple threads in a single view. This scenario is supported in Visual Studio 2010 Beta 1 via a new debugger window that this short video explores: Parallel Stacks.
July 7 2009 Views: 653 Rating: 0.0 (0 votes) Duration: 17:29