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 can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain marshalling and its types in .net remoting
Name the distributed systems available apart from .net remoting?
What are the steps to publish an object outside the service domain
What are the security features in .net remoting?
What are the ways to renew lifetime leases of objects?
Is it a good design practice to distribute the implementation to remoting client?
Explain how does assembly versioning in .net prevent dll hell?
Explain how to perform remoting?
What is unboxing?
what is Client-activated object in remoting?
What are the advantage of remoting over web services?
How to decide which to use .net remoting or asp.net web services?
How can you configure a .net remoting object via xml file?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com