What are remotable objects in .NET Remoting?



What are remotable objects in .NET Remoting?..

Answer / 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

More Dot Net General Interview Questions

Please tell us what is the difference between override and overload in a method?

0 Answers  


What is an exe and a dll?

0 Answers  


What are possible implementations of distributed applications in .NET?

1 Answers  


What are the new 2.0 features useful for?

0 Answers  


what is use of learning .net? does we get good jobs based on .net?

2 Answers  


What are the new thee features of com+ services, which are not there in com (mts)?

0 Answers  


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


Why you want to leave your previous company.

0 Answers  


How do you turn off cookies for one page in your site? Give an example.

0 Answers  


what is the meaning silverligt control

0 Answers  


How does cas works?

0 Answers  


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


Categories