Community

Multithreading with the BackgroundWorker Component

(Paul Kimmel) .NET has tremendous support for asynchronous and multi-threaded programming. In previous versions, we had the Timer, asynchronous method invocation, the ThreadPool, and the Thread class. For lightweight processing parlour tricks, the Timer works fine. For lightweight asynchronous behav

Read More - Register for Free Membership