Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
swdev:dotnet:threading [2011/01/28 10:17]
smayr created
swdev:dotnet:threading [2011/02/01 09:29] (current)
smayr
Line 1: Line 1:
 == Threading == == Threading ==
  
-== BackgroundWorkder ==+== BackgroundWorker ==
  
 Example: Example:
Line 63: Line 63:
 </code> </code>
 Source: [[http://www.albahari.com/threading/part3.aspx#_BackgroundWorker|Albahari, Joe. "Threading in C#": BackgroundWorker]] Source: [[http://www.albahari.com/threading/part3.aspx#_BackgroundWorker|Albahari, Joe. "Threading in C#": BackgroundWorker]]
 +
 +== Resources ==
 +  * [[http://stackoverflow.com/questions/660621/threading-best-practices|Threading Best Practices]]
 +  * [[http://www.albahari.com/threading|Threading in C#]]