Answer Posted / merinkmathew
Net remoting replaces DCOM. Web Services that uses remoting
can run in anyApplication type i.e. Console Application,
Windows Form Applications,Window Services etc. In CLR
Object Remoting we can call objectsacross network.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the ways to configure remoting objects before client can use them?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Can you pass SOAP messages through remoting?
What is Remoting?
What are the information required to configure remote objects?
How do you directly call a native function exported from a DLL?
Are you aware of containment and Aggregation ?
Can we configure a .net remoting object via xml file?
Explain how does assembly versioning in .net prevent dll hell?
Explain the types of .net remoting?
what is Client-activated object in remoting?
Explain how to perform remoting?
Is it a good design practice to distribute the implementation to remoting client?
what are the requirements to enable remote components to interact each other?
Can you explain remoting?