What are the differences between Marshal by value and
Marshal by reference?
Answer Posted / rashmi tiwari
Remoting makes an object in one process (the server)
available to code in another process (the client). This is
called marshalling, and there are two fundamentally
different ways to marshal an object
-->Marshal by value: the server creates a copy of the
object passes the copy to the client.
-->Marshal by reference: the client creates a proxy for the
object and then uses the proxy to access the object.
| Is This Answer Correct ? | 33 Yes | 6 No |
Post New Answer View All Answers
Explain how does assembly versioning in .net prevent dll hell?
Define the lease of the object?
Difference between .net remoting versus distributed com?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain threading types?
What are the information required to configure remote objects?
How can you configure a .net remoting object via xml file?
What are the security features in .net remoting?
What is the purpose of strong name?
Define singlecall activation mode in .net remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is unboxing?
Can we configure a .net remoting object via xml file?
Explain Singleton design pattern of Remoting?
Define remotable objects in .net remoting?