What are remotable objects in .NET Remoting?

Answer Posted / bindu sarika

Remotable objects are objects that are marshalled across
different application domains.The objects can be marshalled
by value and marshalled by reference.
Marshalled by value:A deep copy of the object is passed to
the reciever.
Marshalled by reference:A reference to the existing object
is passed .

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Garbage collector?s functionality on unmanaged code ?

3178


Define singleton activation mode in .net remoting?

593


Explain how to directly call a native function exported from a dll?

614


Define proxy in .net remoting?

651


What is the purpose of strong name?

662






Explain serialization formatters in .net remoting

630


Explain the hierarchial description of remoting?

607


Explain the differences between marshal by value and marshal by reference?

658


How do you directly call a native function exported from a DLL?

6830


Which one is better WebService and Remoting ?

710


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

685


Explain marshalling and its types in .net remoting

589


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

667


What are the advantage of remoting over web services?

571


Explain threading types?

723