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 the native image generator?

611


One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?

529


Explain what is the difference between constants and read-only variables?

529


What is common type system (cts)?

564


Explain how does assembly versioning work?

590






Explain the purpose of Remoting in .NET?

646


What is dot net architecture?

564


What's a windows process in .net?

544


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

4599


Tell us why do we use the “using” statement?

553


Is Driver Script any how related to AOM?

623


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

582


State the various features present in .NET?

607


Tell us the difference between managed and unmanaged code?

529


How do you view the methods and members of a dll?

625