If I write a service for windows that talks to a windows mobile application, and they want to exchange data can I type an object as the same type between applications by way of an interface?
The question comes from the face that I have to compile separate assemblies for each side on different frameworks, however I do not know if the interface definition is the same and exists in the same namespace on both sides then will an object serialized in one be able to be de-serialized in the other application?
The question comes from the face that I have to compile separate assemblies for each side on different frameworks, however I do not know if the interface definition is the same and exists in the same namespace on both sides then will an object serialized in one be able to be de-serialized in the other application?