TableScriptGen - C# 2 Console App

NOTE: This is a first draft, alpha code release.
Whenever you are working with Microsoft's SQL server you inevitably have to write some Transact SQL code.
I'm currently working on a data migration script and I found I'm using similar code over and over for the different tables found in the source database.
I've written a small utility [...]

BatchRun - .NET C# 2 App

NOTE: This is a first draft, alpha code release.
This application was written to run multiple sql scripts files against an MS Sql server database. I wrote it to learn more about .NET C# 2 Windows application development.
It is pretty much a work in progress, but it’s at a usable point so I decided to release [...]

Google Wallpaper Fixed

One of my favorite programmers on the net, The Software Jedi, has this cool program called Google Wallpaper. It runs as a systray app, and basically downloads images and sets them as your desktop background based on a predefined list of keywords. It's a great app, but due to recent changes on Google's site, it [...]

C# .NET 2.0 Web Service — Sync + Async

I wanted to learn how to use web services in .NET with C#, so I created this tiny program that goes out and gets the "Dilbert of the Day" comic strip and puts it on your desktop in the form of a jpeg file.
There are two versions to this program. One calls the web service [...]