Rants of a Hippie Coder
We're looking for a strong software developer in the Raleigh/Durham, NC area. The job posting hasn't...
Date: 05/08/2008
If you are experiencing problems with viewing TFS reports on a WSS 2.0 server and the message is...
Date: 07/31/2007
Check it out! https://msdn2.microsoft.com/en-us/vstudio/default.aspx This is a particularly exciting...
Date: 07/26/2007
We have a number of scenarios we'd like to enable in future releases of Visual Studio Team...
Date: 04/07/2006
This article originally appeared in the Wall Street Journal several years ago. It's come up from...
Date: 03/29/2006
Ed Hintz posted "How to Write a Team Foundation Version Control Add-in for Visual Studio" which is a...
Date: 03/29/2006
The Bose SoundDock. Really. It is way cool. It is way expensive too but given the simplicity,...
Date: 03/28/2006
This example demonstrates how to flash a dialog in the taskbar after performing a long running...
Date: 03/28/2006
I'm a huge Robin Trower fan but haven't seen him live in many years mostly because he hasn't toured...
Date: 03/27/2006
In the Visual Studio Team Foundation version control UI, we display your pending changes in a...
Date: 03/27/2006
This program demonstrates how to use the AppDomain.AssemblyResolve event to help the .NET loader get...
Date: 03/24/2006
Heh.
Date: 03/23/2006
The WinForms ListView has a few very handy collections - CheckedItems and CheckedIndices....
Date: 03/21/2006
CheckBoxes in a WinForms ListView are of course a bit simpler to use than dealing the underlying...
Date: 03/20/2006
While working on improving the performance of the version control UI for Visual Studio Team...
Date: 03/20/2006
I added the Review command to TFPT back in August as a simple way to do a code review of files in...
Date: 03/20/2006
Here's a couple of registry options that never made it into the UI anywhere that some of you may...
Date: 03/14/2006
Actually in this case it'd be one of those weekends. I was working this weekend (at home...
Date: 02/07/2005
At one point folks got carried away with drag and drop. For example: The system menu icon is a drag...
Date: 02/03/2005
C++ magic in particular. What's wrong with this code?#define BLANK_IF_NULL(s) ((s) ? (s) :...
Date: 02/03/2005