What are remotable objects in .NET Remoting?

Answer Posted / guest

Remotable objects are the objects that can be marshaled
across the application domains. You can marshal by value,
where a deep copy of the object is created and then passed
to the receiver. You can also marshal by reference, where
just a reference to an 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

What is .net debug & trace?

618


What is namespace in .net?

594


Tell us what is json data, and what is one way that .net developers can work with json?

562


What are .net applications?

540


What are the properties of ADO.NET?

635






What's wrong with a line like this? Datetime.parse(mystring);

562


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

1843


What is a .net class?

617


Using activex control in .net?

547


What are the types of assemblies in .net?

563


Explain what do the terms “boxing” and “unboxing” mean?

571


Tell us what is the native image generator?

572


What is the advantage of .net core?

542


What are the different types of Classes in .NET?

596


Define marshling?

586