How to structure an application that combines WCF and WPF
- by CiaranG
I'm in the process of learning how to use WCF (Windows Communication Foundation) to allow a client/server desktop application to communicate. The application's UI will be implemented using WPF, and we will probably use SQL Server for our database.
What I'm struggling with, is understanding how to structure such an application.
From what I've…