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
How to directly call a native function exported from a dll?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are the ways to configure remoting objects before client can use them?
Name the distributed systems available apart from .net remoting?
What are the security features in .net remoting?
Define proxy in .net remoting?
Which Namespaces is used to achieve the Remoting?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Define the lease of the object?
What is a formatter in .net remoting?
Can you explain remoting?
What are the advantage of remoting over web services?
Which one is better WebService and Remoting ?
what are the requirements to enable remote components to interact each other?
What do mean by remotable objects in .net remoting?