I have designed a Windows COM component and write a VBScript to obtain hardware ID using VMProtect API. The first edition of the script is just simply using MsgBox …
I’ve been to many IT interviews (mainly technical) for some UK and USA companies. And most job titles I applied for are ‘software engineer’ relevant. One of the main …
GUIDcan be used for random unique IDs. The chances of collisions are rare and that can be ignored. So instead of using Random() class to generate random characters/integers and …
Magic string constants are as bad as magic numbers. They are error-prone. One bad impact is that if you have quite a number of usages throughout the project, you …
Teamviewer is a free (for personal use only) and excellent tool that allows remote controls. Teamviewer does a good job in passing different kinds of firewalls. It allows you …
In a team, each developer writes bad code sometimes. For example, in this post, the total number of general exceptions (C#) is counted in a code-base. Writing general exceptions …