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


Please Help Members By Posting Answers For Below Questions

How to directly call a native function exported from a dll?

735


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

694


What are the ways to configure remoting objects before client can use them?

794


Name the distributed systems available apart from .net remoting?

715


What are the security features in .net remoting?

723






Define proxy in .net remoting?

730


Which Namespaces is used to achieve the Remoting?

752


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.

2156


Define the lease of the object?

753


What is a formatter in .net remoting?

755


Can you explain remoting?

759


What are the advantage of remoting over web services?

647


Which one is better WebService and Remoting ?

787


what are the requirements to enable remote components to interact each other?

705


What do mean by remotable objects in .net remoting?

681