Parallel LINQ (PLINQ)
Author: Hi, I am Daniel Moth Introduction: Achieving "Declarative Data Parallelism" with the Parallel Extensions is achieved through Parallel LINQ (PLINQ). This 20' video explains how to parallelise...
View ArticleLINQ to DataSet
Author: Hi, I am Daniel Moth Introduction: Assuming you understand how LINQ to objects works and assuming you know how DataSets work, this 18' video shows you how LINQ to DataSet can be used in your...
View ArticleParallelFX: Task and friends
Author: Hi, I am Daniel Moth Introduction: In this 25' exploration of the heart of the Parallel Extensions to the .NET Framework, you will learn how to use Tasks and how they relate to TaskManagers...
View ArticleFile Dialog Additions in v2.0 SP1
Author: Hi, I am Daniel Moth Introduction: With v3.5 of the .NET Framework, Microsoft also released Service Pack 1 for .NET Framework v2.0. In this video you can see what is new in SP1 for the File...
View ArticleDebugging Into the .NET Framework Source Code with Visual Studio 2008
Author: Hi, I am Daniel Moth Introduction: With Visual Studio 2008 you can debug right into the .NET Framework libraries source code. Watch this video to learn how. You can read more about this by...
View ArticleADO.NET Sync Services v1.0
Author: Hi, I am Daniel Moth Introduction: When you install Visual Studio 2008 you also get the additional assemblies that make up version 1.0 of ADO.NET Sync Services. More importantly, there is a...
View ArticleClient Application Services with Visual Studio 2008
Author: Hi, I am Daniel Moth Introduction: In this 18' video you will learn from scratch how to take advantage of .NET Client Application Services. As usual, the code and links to the documentation...
View ArticleManaged AddIn Framework
Author: Hi, I am Daniel Moth Introduction: The Managed AddIn Framework (MAF) is a set of assemblies that are part of .NET Framework v3.5. They offer a platform for developers to build extensibility...
View ArticleVersion Resilience in the Managed AddIn Framework
Author: Hi, I am Daniel Moth Introduction: In a previous video (part 1), you learnt how to get started with the Managed AddIn Framework (MAF). This video is part 2 and relies on knowledge gained in...
View ArticleParallel Stacks – new Visual Studio 2010 debugger window
UPDATED for the VS2010 Beta 2 release Author: Hi, I am Daniel Moth Introduction: As developers try to take advantage of more and more cores in their applications, ultimately more and more threads will...
View ArticleParallel Tasks – new Visual Studio 2010 debugger window
UPDATED for the VS2010 Beta 2 release Author: Hi, I am Daniel Moth Introduction: In the next version of .NET and C++ that ship with Visual Studio 2010, a new task-based programming model is introduced....
View ArticleVS2010 MPI Cluster Debugger launch integration
Author: Hi, I am Daniel Moth Introduction: Developers using MPI to develop applications, have been experiencing severe productivity pains when it came to debugging those apps on the Windows HPC 2008...
View ArticleVS2010 Parallel Computing Features Tour
Author: Hi, I am Daniel Moth Introduction: In Visual Studio 2010, the Parallel Computing team has delivered APIs and tools for developers wanting to build applications that take advantage of...
View ArticleParallel Debugging in Visual Studio 2010 - MSDN mag companion
Author: Hi, I am Daniel Moth Introduction: This screencasts covers the new Parallel Tasks and Parallel Stacks debugging windows in Visual Studio 2010.It demonstrates the sample code from the MSDN...
View ArticleSetup code - C++ AMP - msdn mag companion part 1
Hi, I am Daniel Moth This screencast is one part of a 4-part series accompanying my MSDN Magazine article that you can read online: A Code-Based Introduction to C++ AMP.Please watch first the...
View Articlearray_view, extent, index - C++ AMP - msdn mag companion part 2
Hi, I am Daniel Moth This screencast is one part of a 4-part series accompanying my MSDN Magazine article that you can read online: A Code-Based Introduction to C++ AMP.Please watch first the...
View Articleparallel_for_each - C++ AMP - msdn mag companion part 3
Hi, I am Daniel Moth This screencast is one part of a 4-part series accompanying my MSDN Magazine article that you can read online: A Code-Based Introduction to C++ AMP.Please watch first the...
View Articleaccelerator - C++ AMP - msdn mag companion part 4
Hi, I am Daniel Moth This screencast is one part of a 4-part series accompanying my MSDN Magazine article that you can read online: A Code-Based Introduction to C++ AMP.Please watch first the...
View ArticleTiling Introduction - C++ AMP - msdn mag companion
Hi, I am Daniel Moth This screencast is a companion to my MSDN Magazine article that you can read online: Introduction to Tiling in C++ AMP. You will be introduced to the tiled_extent class, the...
View ArticleC++ AMP core API introduction... from scratch
Hi, I am Daniel Moth This screencast assumes no knowledge of C++ AMP and introduces the core API from scratch. You'll see parallel_for_each, extent, index, restrict(amp), array_view, and accelerator. I...
View ArticleMatrix Multiplication with C++ AMP
Hi, I am Daniel Moth This screencast assumes knowledge of the C++ AMP API, i.e. the simple model and the tiled model, and here we look at a common algorithm (matrix multiplication) and convert it from...
View ArticleGPU debugging in Visual Studio 2012
Hi, I am Daniel Moth This screencast assumes knowledge of the C++ AMP API, e.g. that you totally understand the matrix multiplication implementation in C++ AMP. So if you satisfy that prerequisite,...
View ArticleMorph - C++ AMP sample
Hi, I am Daniel Moth This screencast demonstrates one of our C++ AMP sample apps: Morph. You can learn more about the sample and download the Visual Studio project with all the code from the...
View ArticleNBody - C++ AMP sample
Hi, I am Daniel Moth This screencast demonstrates one of our C++ AMP sample apps: NBody. You can learn more about the sample and download the Visual Studio project with all the code from the...
View ArticleCartoonizer - C++ AMP sample
Hi, I am Daniel Moth This screencast demonstrates a C++ AMP sample app: Cartoonizer. You can find pointers to information about the sample including where to get the Visual Studio code from the...
View Article