Apr
3rd | 2008

Is WPF Data Binding thread safe?

Posted by Shahar A |
Filed under WPF |

We wanted to check whether WPF data binding is thread safe, and made a little test (using .NET 3.5). Lets look at the Worker class, which has one property - Money, and is making money in a multithreaded way :) - creating 100 threads and increasing the “Money” property from each one of them:
class Worker : INotifyPropertyChanged [...]


Continue Reading...

Search Dev102