November 2011 - Posts

Launching a WPF Window in a Separate Thread, Part 1
Mon, Nov 28 2011 14:32
Typically, I strongly recommend keeping the user interface within an application’s main thread, and using multiple threads to move the actual “work” into background threads.  However, there are rare times when creating a separate, dedicated thread...
by Reed Copsey, Jr.
Filed under: , ,