In which conditions do you opt for Remoting services?
Answer Posted / vaidyanathan r
Remoting can be prefered
1. Both server and Client sit in different machine.
2. Both server and client are .NET applications
3. The state of the objects transfered accross the network
should be maintained.
4. The objects of the IDictionary interface should be
transfered accross the network.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the Flow of remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is objref object in remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the advantage of remoting over web services?
Explain how to perform remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are the difference between static assemblies and dynamic assemblies?
Can we configure a .net remoting object via xml file?
When should we choose .net remoting over .net web services?
Name the distributed systems available apart from .net remoting?
What are the steps to publish an object outside the service domain
what is Client-activated object in remoting?
Define proxy in .net remoting?
Difference between .net remoting versus distributed com?