A high frequency timer in C#

A high frequency timer in C#

It is frequently necessary to have a high frequency timer in C# (more than 50 Hz). Especially in robots, frequencies around 100Hz are necessary for managing positionning task or real time operating systems task. However built in timers form System.TImers...