Create a random strong password
This is to create a random strong password. I don't want to make it too strong, for example password with special character. 1 number and 1 upper case will b...
This is to create a random strong password. I don't want to make it too strong, for example password with special character. 1 number and 1 upper case will b...
I spent about 15 mins to figure this out and gave up. I asked a bat man (not the cool dark knight, but bat man for our scrum team). It was simply because Use...
I often run test codes that reference methods of business class and the class is compiled and stored in GAC. Sometimes, I update the method but NUnit keeps r...
Reference Script Repository: IIS 6.0 Enumerate IIS Virtual Directories using WMI in VBScript HOWTO: Enumerate IIS website and ftpsite configuration (VBScrip...
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...