Define remotable objects in .net remoting?



Define remotable objects in .net remoting?..

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

More Dot Net Remoting Interview Questions

Explain when we use web service and when we use remoting?

1 Answers  


Which namespace is used for encryption ?

3 Answers   Digital GlobalSoft,


What are dynamic assemblies?

1 Answers  


What are the security measures exist for .net remoting in system.runtime.remoting?

1 Answers  


What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,


When should we choose .net remoting over .net web services?

1 Answers  


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


Explain how to perform remoting?

1 Answers  


Explain how does assembly versioning in .net prevent dll hell?

1 Answers  


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

1 Answers  


Explain what is the relationship between a Process, Application Domain, and Application?

2 Answers  


Categories