Even a proof of concept would do, even Winforms(in lieu of WPF) would do. As long it interfaces with WCF that is not returning DataSet and the desktop app is sending back the delta of data only
I'm thinking of the problem of sending back data frugally. This is possible with getting the delta only of the data, on DataSet, there's a method called GetChanges, which returns rows that is new/updated/deleted only, any untouched data are not sent back
Is there any materials out there that discusses in length a WPF that interface with WCF, and behind WCF is NHibernate. The WPF project has header and detail records(implemented in data grid(the one that must return delta only, i.e new/updated/deleted) ) ?