Favour composition over inheritance
I am reading Head First Design Pattern again and want to summarise a few things I need to remember. I forget things so easily. The Strategy Pattern defines a...
I am reading Head First Design Pattern again and want to summarise a few things I need to remember. I forget things so easily. The Strategy Pattern defines a...
</p> @cls @echo off @echo ***********Rebuilding MultiSite CodeBase setlocal set /a StartSecs=(%time:~0,2% * 60 * 60)+(%time:~3,2% * 60)+(%time:~6,2%) ...
Create and Delete IIS Directory Using WSH, VBS Script Delete IIS Site and Application Pool script VBScript: IIS6 Application Pool Properties </p> (to...
The requirement was to enforce a strong password which consists of at least one number or space, and one upper case letter. So as usual, I googled th...
</p> VB6 had a powerful debugging support. Most of debugging is done within IDE, but there are some cases, you may find it hard to test within IDE. For...