For those who aren’t aware, Windows 7 (which I absolutely love) has the ability to mount and run native Virtual PC VHD’s. This is huge, but it isn’t exactly a cake walk. That is until now! DevHawk has provided a PowerShell script to make life beautiful. Never complain about your Virtual machine performance again… get [...]
Archive for July, 2009
Undo/Redo support is one of those golden features that really differentiate a client app from many web apps. There have been a number of methods/techniques to provide this support that I’ve run across from brute force, to the memento pattern, but none that lit any fire for me. Here’s my answer to the problem using [...]