When writing a WPF application we have the choice of running the GUI on thread 0 and the business code on thread 1 or vice-versa.
Question: Is it all the same or one way is better than the other one on the long run ?
Thanks in advance,
Pierre Gilbert
How to Write a Multithread WPF application ?
Re: How to Write a Multithread WPF application ?
From a discussion with Michael Hughes it was recommended to use thread 0 for APL and the others threads for the GUI.
Thanks Michael.
Thanks Michael.