Tag Archives | WPF Threading Model
WCF & WPF

Advanced WPF Part 4 of 5: Threading in Windows Presentation Foundation

  In this section look into multithreading in WPF and how we can send long running task to a different thread than the UI thread. We will look at how the threading model of WPF works. We will also look into how we can load data in a different long running thread and then utilize [...]

Read full story Comments { 0 }
>