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 |
What are the different types of channels used by .net remoting?
What are dynamic assemblies?
What?s a Windows process?
What is the difference between remoting and webservice?
Define delegates and events?
How can you tell the application to look for assemblies at the locations other than its own install?
Can you explain remoting?
What are the types of remotable objects?
Can you configure a .NET Remoting object via XML file?
1 Answers Tavant Technologies,
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What are the threading types?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?