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

How can you create a strong name for a .NET assembly?

2 Answers  


What are the threading types?

0 Answers  


What is a process ?

6 Answers   TCS,


What is fundamental of published or precreated objects in remoting?

0 Answers  


What are the different types of channels used by .net remoting?

0 Answers  






Explain when we use web service and when we use remoting?

0 Answers  


Name the distributed systems available apart from .net remoting?

0 Answers  


What are static assemblies?

0 Answers  


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


Define the lease of the object?

0 Answers  


Can you explain remoting?

0 Answers   QuestPond,


What are the information required to configure remote objects?

0 Answers  


Categories