Downloads

(a.k.a. The Goods)

Bloget Beta 1
Includes a sample Web site and the binary (note the singular form of binary)
Bloget Source Code
Source code for Bloget - requires Visual Studio 2008
CalendarGadget.msi (Coming Soon!)
Yeah, I know, it's been coming.
LED Flashlights
I've found the LED head lamps particularly useful.
FreeSnap.msi (1.7MB)
Move and resize windows with your keypad
FreeSnapSource.zip
Source code for FreeSnap - requires Visual Studio 2008
DeskDrive.msi (500K)
Automatic drive/media shortcuts for your desktop.
DeskDriveSource.zip (45K)
Build with Visual Studio 2008
Deskview.zip (10K)
Deskview changes your desktop icons from large to small (and back again). It's a perfect complement to Desk Drive. Read more...
Calendar.msi (500K)
An old standby that just works
NonContiguousMemoryStream.zip
An implementation of System.IO.MemoryStream that does not use the large heap. Includes C# source code
SimpleZip.zip
An light weight implementation of a .ZIP archive generator. Includes C# source code
Stopwatch.gadget
A Windows Vista Sidebar stopwatch gadget and nothing more. See Vista Sidebar Stopwatch Gadget for details.
Calculator.gadget
A Windows Sidebar Calculator gadget. Allows for the evaluation of expressions rather than trying to emualate an actual calculator. Far more useful IMHO.
Throw.zip
A handy set of C# routines for checking conditions and raising exceptions. Intended primarily for checking parameters on methods, these routines make it easy to validate parameters in a single line of code. You can read more about these routines here.
XmlResourceManager.zip
XmlResourceManager extends the ResourceManager commonly used in .Net programs. The only real difference between the normal ResourceManager and XmlResourceManager is where the resources are stored. In the later case, it just an XML file with a simple format. (Read more...)