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

Do you know the difference between the stack and the heap?

1 Answers  


How many types of design patterns available in .NET?

1 Answers  


why .net does not support multiple inheritance?

2 Answers   Microsoft,


Explain role-based security in .Net.

2 Answers  


What is alias ? Is it used in .Net ?

1 Answers   MCN Solutions,


With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?

1 Answers  


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

1 Answers  


What is RunTime Polymorphism?

5 Answers   Deloitte, eClerx, Horizon, Intel, Pragna Technologies,


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

1 Answers  


How we can achieve Connection pooling in .Net?

1 Answers   PUCIT,


How to Create and Consume a Web Service?

2 Answers  


What is Event - Delegate? clear syntax for writing a event delegate

1 Answers  


Categories