by suleski | Apr 4, 2016 | Technical, Troubleshooting
Multi-threaded applications appear to be more and more the norm with the latest version of Windows development. In fact, it’s become a necessity when displaying additional windows with a UWP app. With this article, I want to capture the resolution to a problem...
by suleski | Feb 5, 2016 | Reference, Technical
Passing data from worker threads to the UI thread is always a chore no matter which programming language is used. Code can be a bear to develop, complex to read, and difficult to maintain. Race conditions, debugging, security access, etc – it’s all a...