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

what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


what is Client-activated object in remoting?

0 Answers   DELL,


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


What?s a Windows process?

1 Answers  






What is the difference between .Net Remoting and Web Services ?

1 Answers  


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


Which one is better WebService and Remoting ?

0 Answers   NA,


Can you configure a .NET Remoting object via XML file?

1 Answers  


What are the advantage of remoting over web services?

0 Answers  


Difference between remoting and web service ?

1 Answers   Digital GlobalSoft,


Define delegates and events?

0 Answers  


Categories