Related resources for worker thread
  • Multi Threaded File Reader and Generator5/19/2012 4:13:53 AM. The attached source code with this article is a multithreaded application written using .NET 2.0 that shows how to use the background worker threads to read a text file, generate reports and show report progress and completed events.
  • BackgroundWorker in C#8/20/2010 9:05:36 PM. A BackgroundWorker component executes code in a separate dedicated secondary thread. In this article, I will demonstrate how to use the BackgroundWorker component to execute a time consuming process while main thread is still available to the user interface.
  • A Potentially Helpful C# Threading Manual7/27/2010 10:05:47 AM. The article will focus on threading constructs and as such, is meant for both the beginner and those who practice multithreading regularly.
Regular Expression Recipes for Windows Developers: A Problem-Solution Approach
Regular expressions are an essential part of programming, but they can be difficult t...
Download