Community

Using the BackgroundWorker Component in .NET 2 applications

(Michael Livshitz) The BackgroundWorker Component allows a form to run an operation asynchronously. This is very useful when we deal with such kind of operations as database transactions, image downloads etc. In this case our user interface can hang (or not appear until loading will be finished). In

Read More - Register for Free Membership