Anything's Possible
Ever heard a developer say "it can't be done?" It is one of my biggest pet peeves. The truth is, it can be done. If you approach a problem pragmatically and put enough effort into it, understanding the root issues, and not settling for sub-pa
Building VS 2008 Unit Test Projects in MSBuild 4.0 Beta 2
Introduction MSBuild 4.0 has all sorts of features for targeting different .NET Framework versions....
Date: 12/10/2009
Source Server and Symbol Server Features in Team Foundation Server 2010
Introduction Jim Lamb wrote a good post about Enabling Symbol and Source Server Support in TFS Build...
Date: 06/17/2009
Working with Deleted Build Data in Team Foundation Server 2010
In Team Foundation Server 2008 you could delete builds both from the Build Explorer, using the...
Date: 06/12/2009
Working with Deleted Build Data in Team Foundation Server 2010
Introduction In Team Foundation Server 2008 you could delete builds both from the Build Explorer,...
Date: 06/12/2009
Shell Style Drag and Drop in .NET - Part 3 (Bug Fix)
I updated the download link for the sources of Shell Style Drag and Drop in .NET - Part 3. There was...
Date: 02/18/2009
Interop with PROPVARIANTs in .NET
Introduction When it comes interop, .NET has solved most of the hard problems. However, if you've...
Date: 04/11/2008
Interop with PROPVARIANTs in .NET
When it comes interop, .NET has solved most of the hard problems. However, if you've worked with COM...
Date: 04/11/2008
PropVariant.cs
Back to Interop with PROPVARIANTs in .NET namespace System.Runtime.InteropServices.ComTypes{ using...
Date: 04/11/2008
Shell Style Drag and Drop in .NET - Part 2
Series Links This is part of a 3 part series: Shell Style Drag and Drop in .NET (WPF and WinForms)...
Date: 02/19/2008
Shell Style Drag and Drop in .NET (WPF and WinForms)
Series Links This is part of a 3 part series: Shell Style Drag and Drop in .NET (WPF and WinForms)...
Date: 02/19/2008
Shell Style Drag and Drop in .NET - Part 3
In Part 1, Shell Style Drag and Drop in .NET (WPF and WinForms), I opened up the discussion about...
Date: 02/15/2008
Shell Style Drag and Drop in .NET - Part 2
Last week, in Shell Style Drag and Drop in .NET (WPF and WinForms), I looked at hooking up the COM...
Date: 02/04/2008
DragDropLib.cs (Part 2)
Back to Shell Style Drag and Drop in .NET - Part 2 namespace DragDropLib { using System; using...
Date: 02/04/2008
DragDropLib.cs
Back to Shell Style Drag and Drop in .NET using System; using System.Collections.Generic; using...
Date: 02/02/2008
Shell Style Drag and Drop in .NET (WPF and WinForms)
If you've worked with .NET drag and drop, you may have noticed that the pretty images that Windows...
Date: 02/01/2008