Answer Posted / bindu sarika
Remotable objects are objects that are marshalled across
different application domains.The objects can be marshalled
by value and marshalled by reference.
Marshalled by value:A deep copy of the object is passed to
the reciever.
Marshalled by reference:A reference to the existing object
is passed .
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Garbage collector?s functionality on unmanaged code ?
Define singleton activation mode in .net remoting?
Explain how to directly call a native function exported from a dll?
Define proxy in .net remoting?
What is the purpose of strong name?
Explain serialization formatters in .net remoting
Explain the hierarchial description of remoting?
Explain the differences between marshal by value and marshal by reference?
How do you directly call a native function exported from a DLL?
Which one is better WebService and Remoting ?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Explain marshalling and its types in .net remoting
How to directly call a native function exported from a dll?
What are the advantage of remoting over web services?
Explain threading types?