19 May 2007
By Mark Russinovich Introduction Windows 2000 and higher supports directory symbolic links, where a directory serves as a symbolic link to another directory on the computer. For example, if the directory D:\SYMLINK specified C:\WINNT\SYSTEM32 as...
19 May 2007
Here is a list of commands you can execute from the Run command prompt in XP: Accessibility Controls access.cpl Add Hardware Wizard hdwwiz.cpl Add/Remove Programs appwiz.cpl Administrative Tools certmgr.msc Character Map charmap Check Disk Utility...
19 May 2007
This is an article from the July 2002 issue of Scientific American and still remains in my mind one of the best summaries of the issues to date. Anyone interested in the debate between Evolution...
18 May 2007
DoubleDesktop is a smart and elegant system tray utility that effectively doubles the width of your Windows desktop. It’s simpler to use than many similar programs: just mouse-click on its icon or hit a keystroke...
13 May 2007
GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments for C#. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and...
09 May 2007
Ooh, ooh, ooh! I just saw this over on Brad Abrams blog I just watched a very cool demo of Refactor! for ASP.NET by Developer Express. This is a free code refactoring tool includes tons...
08 May 2007
Microsoft announced some new and very cool technology at Mix in Las Vegas last week. Silverlight (formerly called WPF/E) allows you to run .NET applications in your browser (a bit of an over simplification) and...
05 May 2007
If you use the command shell in XP, then you probably already use the TAB key for auto-complete. One new thing (to me anyways) is that this also works with wildcards, so you can type...
03 May 2007
When builds go wrong, it’s important to know where in the process things broke. The MSBuild default verbosity setting in Visual Studio 2005 is set to minimal but you can change it by going to...
02 May 2007
Bloget alpha 7 is ready for download. There are the usual little fix ups and polishing here and there. I’ve also spent a bit of time cleaning up unit tests and running code analysis to...