You should also think on how you are going to use them, for example the windows forms timer (One from the Toolbox) will pause when the windows form is busy.
Also on another note there is also the high performance timer that you can use, this is the main timer function that is used in a lot of the managed directX systems as well as the sample framework that is shipped with the DirectX SDK.
timer
R. P. Poletti
Why do you need timer in web app
There is 3 Timer classes in .NET:
JessieLiu
You should also think on how you are going to use them, for example the windows forms timer (One from the Toolbox) will pause when the windows form is busy.
Also on another note there is also the high performance timer that you can use, this is the main timer function that is used in a lot of the managed directX systems as well as the sample framework that is shipped with the DirectX SDK.