Hi,
I need to do a conceptually simple thing:
Call a remote method from a WPF application to the server. But I need to share the model types with both sides.. I mean, I need to send a Person object as parameter from the client and also receive objects of the same type.
What's the best way? Is it to use WCF? Is there a better way? Do you have a code snippet or simple example for that?
I appreciate.