All about .NET Timers - A Comparison

added by abhi2434
3/8/2011 4:14:51 AM

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