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 |
Explain when we use web service and when we use remoting?
Which namespace is used for encryption ?
What are dynamic assemblies?
What are the security measures exist for .net remoting in system.runtime.remoting?
What do you mean by passport authentication and windows authentication ?
When should we choose .net remoting over .net web services?
What is the difference between authentication and authorization ?
7 Answers Digital GlobalSoft, Qatar University,
Explain how to perform remoting?
Explain how does assembly versioning in .net prevent dll hell?
What is strong name and what is the need of it ?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Explain what is the relationship between a Process, Application Domain, and Application?