adspace
Answer Posted / Yogyta Gangwar
Remotable Objects are .NET objects that can be accessed and manipulated by clients running on different machines. In .NET Remoting, these objects must implement the System.MarshalByRefObject base class or its derived classes, which enables them to cross app-domain boundaries and serialization for network transmission.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers