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 are the different types of channels used by .net remoting and which is the best one?

593


Explain the types of .net remoting?

689


Explain the Flow of remoting?

680


Which Namespaces is used to achieve the Remoting?

658


What is the purpose of strong name?

662






Write a example code for remoting?

633


What are the types of remoting?

629


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

609


What does manifest consists?

623


How can we call methods in remoting asynchronously?

618


What are the remotable objects in .net remoting?

589


Difference between web services & remoting?

686


Explain the hierarchial description of remoting?

606


When do we use delegates in your remoting applications?

601


Define singlecall activation mode in .net remoting?

597