Passing by value or passing by reference? The impact on distributed applications.
In Windows Communication Foundation (WCF), if you want to be able to pass an object with code around a distributed application then you have to compile the receiving end with the interface definition of the...