Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Dispatcher » Windows Presentation Foundation   (RSS)

Thou Shalt Not Break the Golden Rule of Windows Multithreading. Or, Why the Dispatcher Rocks.

I’m in the middle of building a fun little WPF standalone Windows application that needs to build a project from the command-line, using msbuild.exe. To do this, I’m using System.Diagnostics.Process to execute msbuild.exe in another process. The basic
 
Page view tracker