Exception-Handling: BeginInvoke vs ThreadPool.QueueUserWorkItem
Sometimes small changes make have a large impact. An example is the exception-handling difference of Delegate.BeginInvoke and ThreadPool.QueueUserWorkItem. I’m working on a WPF-client application, which does quite a lot of…
Read more