- Recent
- Most Viewed
- Top Rated
-
Debugging Into the .NET Framework Source Code with Visual Studio 2008
Avg Rating: 5
(1)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 following the links from my blog post here. Video download: Click on the image to play the… -
File Dialog Additions in v2.0 SP1
Avg Rating: 5
(1)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 Dialogs in Windows Forms. Video download: Click on the image to play the video (from a… -
ParallelFX: Task and friends
Avg Rating: 5
(1)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 (including creation options, cancellation and policies). Video download: Click on the image… -
LINQ to DataSet
Avg Rating: 5
(1)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 projects. Video download: Click on the image to play the video (from a streaming… -
Parallel LINQ (PLINQ)
Avg Rating: 5
(1)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 your LINQ queries, how it works under the covers and how to configure it for advanced… -
How to use the static Parallel class
Avg Rating: 5
(1)Author: Hi, I am Daniel Moth Introduction: The .NET incarnation of the solution to "imperative data parallelism" lives in the static Parallel class of the Parallel Extensions assembly. If that sentence confuses you a bit, watch the 20' video for the full explanation. Video download:… -
Intro to Parallel Extensions to the .NET Framework
Avg Rating: 3
(2)Author: Hi, I am Daniel Moth Introduction: In this 20’ tour of the Parallel Extensions sample code, you will learn where to focus your energy when you explore the samples. Watch this video in order to see how Parallel Extensions to the .NET Framework fit in the large picture and what goal it… -
New CSS support in Visual Studio 2008
Avg Rating: 5
(1)Author: Hi, I am Daniel Moth Introduction: Separating structure from style is a goal that nobody disagrees with and neither does anybody disagree that CSS can be a bit hard to work with, with yesterday's tools. In this 16' video find out about the new CSS support in VS2008 which some say is… -
VBA interop with VSTO managed code in VS 2008
Avg Rating: 5
(1)Author: Hi, I am Daniel Moth Introduction: With VSTO v3.0 the attraction to write managed code in order to customise Office applications is huge. However, if you already have investments in VBA code, you do not need to throw it out just yet. Just interop, like I show in this 8' video. For… -
Outlook Form Regions in Visual Studio 2008
Avg Rating: 5
(1)Author: Hi, I am Daniel Moth Introduction: Exploit Outlook Form Regions. If you are a managed developer (e.g. Windows Forms) then you'll find that you already have the skills for extending Microsoft Office applications with your code. Visual Studio 2008 makes it really easy and that is what…