adspace


Define remotable objects in .net remoting?

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


Please Help Members By Posting Answers For Below Questions

Explain marshalling and its types in .net remoting

1023