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


Please Help Members By Posting Answers For Below Questions

What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

526


What are the difference between static assemblies and dynamic assemblies?

561


Is it a good design practice to distribute the implementation to remoting client?

496


Explain the differences between marshal by value and marshal by reference?

575


What are the advantage of remoting over web services?

491






Define proxy in .net remoting?

559


Name the distributed systems available apart from .net remoting?

550


What are the security features in .net remoting?

533


What do you mean by passport authentication?

517


How are the activation URLs different in case of SAO and CAO in .NET remoting?

2083


What is asynchronous programming?

561


Are you aware of containment and Aggregation ?

2681


Can you pass SOAP messages through remoting?

558


Write a example code for remoting?

514


What is the Difference between CAO and SAO in Remoting.

552