Hello,
In .Net We have 3 timer:
1-System.Timer
2-Form.Timer
3-Threading.Timer
I want to update more that 95 control each 500ms (Some string check like String.Length and Convert with TryParse and some control happen in this timer)
Now which timer is better for me?