Posts tagged with threading

Aug 20 2011

ThreadPool vs. Tasks

Does the TPL really enable you to do anything you couldn't do with ThreadPool in .NET 2.0?

wpf threading tpl
Dec 30 2009

Magellan Asynchronous Controllers

Using background threads to execute actions in Magellan.

wpf magellan threading asynchronous background loading action-invokers
Oct 2 2009

C#: Locking when calling external code

A little issue you should be aware of when writing thread-safe code.

c# threading locking