Setting Environment Variables !!!

Need to change or set the value of an environment variable programmatically and without the need to restart/log off the machine. I need the change to reflect for all processes, ie, I need to change …

Read more →

Consts in .NET !!!

I was doing some programming with C# and I had to use some consts as everybody does generally in programming. I had a class that simply had const string variables for my DB table names and stuff like …

Read more →