Browse by Tags
All Tags »
Threading (
RSS)
Sorry, but there are no more tags available to filter with.
In this article, Kavan Shaban shows how to develop a tree control that loads sub-nodes using background threads, with instant feedback to the user as nodes are inserted. The UI never locks up waiting for long running I/O operation.
Use delayed event handling to improve responsiveness of your WinForms user interfaces.
The first in a two part series, introducing how to create and manipulate threads with the .NET framework, including creating a thread, thread pools, syncronization, race conditions and timers.
Marshalling the execution of your code onto the UI thread in the Windows Forms environment is critical to prevent cross-thread usage of UI code. This article covers when you need to invoke methods across threads and how to do it correctly.
EasyThread is a .NET add-in (currently for C# and VS.NET 2003) and a set of threading guidelines that makes the process of using multiple threads in your application much easier.