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
Define singlecall activation mode in .net remoting?
When should we choose .net remoting over .net web services?
What are static assemblies and dynamic assemblies. Differences between them?
What are the information required to configure remote objects?
What is unboxing?
Explain Singleton design pattern of Remoting?
Explain threading types?
Define remotable objects in .net remoting?
Which Namespaces is used to achieve the Remoting?
Can you pass SOAP messages through remoting?
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
What is fundamental of published or precreated objects in remoting?
What are the different types of channels used by .net remoting and which is the best one?
Write a example code for remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?