Multi-threading in WPF 4.0

January 4, 2011

I have to build a desktop application and decided it was about time I played with Windows Presentation Foundation because it has some exciting options when it comes to building applications. The basic concept for this application is that it will run all the time and use background worker threads to accomplish various tasks. I [...]

0