273 Views
There are a number of Timers available with .NET. In this post, I cover all of them in brief, compare the differences between each timers like System.Windows.Forms.Timer, System.Timers.Timer, System.Threading.Timer and DispatcherTimer. After reading this post you will be clear when to use which timer.
0 comments