How can objects in two diff. App Doimains communicate with each other ?



How can objects in two diff. App Doimains communicate with each other ?..

Answer / 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

More Dot Net Remoting Interview Questions

When we use web service and when we use Remoting?

2 Answers  


What is a process ?

6 Answers   TCS,


Explain threading types?

0 Answers  


Define singlecall activation mode in .net remoting?

0 Answers  


What are the ways to configure remoting objects before client can use them?

0 Answers  






What are the difference between static assemblies and dynamic assemblies?

0 Answers  


How does assembly versioning in .NET prevent DLL Hell?

3 Answers   Satyam, Siebel Systems,


Define the lease of the object?

0 Answers  


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


What is a formatter?

2 Answers  


How can we call methods in remoting asynchronously?

0 Answers  


Are you aware of containment and Aggregation ?

0 Answers   DELL,


Categories