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 is unmanaged code?
What are the different types of channels used by .net remoting and which is the best one?
How can we call methods in remoting asynchronously?
Can you explain remoting?
what is Client-activated object in remoting?
What are the types of remoting?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
What are the remotable objects in .net remoting?
Explain the differences between marshal by value and marshal by reference?
define client activated objects (cao)?
Are you aware of containment and Aggregation ?
Explain how does assembly versioning in .net prevent dll hell?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Can we configure a .net remoting object via xml file?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?