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
What are dynamic assemblies?
What is the purpose of strong name?
what is Client-activated object in remoting?
What are different types of assemblies?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is fundamental of published or precreated objects in remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What is the difference between remoting and webservice?
Which one is better WebService and Remoting ?
What do mean by remotable objects in .net remoting?
What are the advantage of remoting over web services?
Explain Singleton design pattern of Remoting?
Explain when we use web service and when we use remoting?
Types of compatabilities and explain them ?
What is the proxy of the server object in .net remoting?