How can objects in two diff. App Doimains communicate with each other ?
Answer Posted / vishwadeep tyagi
.Net framework provides various ways to communicate with objects in different app domains.
First is XML Web Service on internet, its good method because it is built using HTTP protocol and SOAP formatting.
If the performance is the main concern then go for second option which is .Net remoting because it gives you the option of using binary encoding and the default TcpChannel, which offers the best interprocess communication performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define the lease of the object?
Explain how to perform remoting?
What are the types of remotable objects?
What is a formatter in .net remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What are the information required to configure remote objects?
Is it a good design practice to distribute the implementation to remoting client?
What is the purpose of strong name?
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 is the difference between remoting and webservice?
Define remotable objects in .net remoting?
What is unboxing?
Define singleton activation mode in .net remoting?
What are the steps to publish an object outside the service domain
What do you mean by passport authentication?