Reputation: 16299
I've been using the .Net BackgroundWorker class to provide a responsive UI in my WPF applications. It works fine, and I'm happy to continue with it, but I wondered if Microsoft had something in more recent versions of .Net (in the TPL possibly?) that it recommends going forward for best practices or guidance?
Upvotes: 0
Views: 259