Weed Killer Worker now has summary lines available through a new command-line switch “/c” (counts). After each server, and each…
Category: dotNET.Techniques
Tricks and tips for exploiting the power of Microsoft .NET
Time Change with the TimeZoneInfo class
It seems appropriate to talk about this class, with the switch from Daylight Savings Time to Standard Time occurring this…
The Single Application Instance Experience
While enhancing the Weed Killer application, I ran into an interesting problem trying to make Weed Killer a single instance…
WeedKiller 1.0.0.5-Alpha released
This has some small changes to the configuration (Regular Expression versus Wildcards is now an enumeration), and the Manager is…
The lost art of break and continue
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
BREAK and CONTINUE are two forms of loop control, which I have seen under-used lately. I think it is time…
WeedKiller 1.0.0.4-Alpha released
This has a small bug correction for Weeks as an age metric, and the help file is now launched into…
WeedKiller 1.0.0.2-Alpha
Weed Killer Manager now has small fixes to the behavior of selected events in the Tester (and their coloring). I’ve…
WeedKiller 1.0.0.1-Alpha
The original installation for Weed Killer Manager had a missing help file, which has been corrected. See the project page…
Weed Killer released (1.0.0.0-Alpha)
The Weed Killer project has reached the alpha release stage. See the project page for details. Weed Killer takes the…
When a WinForm can be automated with parameters
Console applications fit nicely into the batch processing paradigm: take some parameters, do the work, write your progress and/or notices…
