Search results for query: *

  1. D

    How to pass objects as parameters to Remote Method Calls

    1. How to pass business objects to remote method calls ?? 2. Is it byref or byval ??? 3. Does the object needs to implment ISerializable interface or have an <Serializable> attribute ??? 4. Does the object needs to inherit MarshalByRefObject ??? 5. How to generate a proxy remote hosted on...
Back
Top