Is Environment.TickCount reliable?
Hello my friends! Today I want to talk about some problems encountered using the property Environment.TickCount, available since the version 1.1 of .NET Framework. In a nutshell, this property tells you how many milliseconds elapsed since system boot. Why did I have to use it? During the development of TDP Robot, that I remind you…