Quality Design for Asynchronous WCF Services Calls in a Middle-Tier and Returning Data to UI Tier
- by Perplexed
I have a WPF application with a group of asynchronous WCF service calls all mashed into the code behind, complete with event handlers and everything, that I have to refactor to productionize and maintain.
I want to separate concerns here for maintainability and all the other good reasons to do this, but I'm not sure exactly how to achieve this.…