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
How to directly call a native function exported from a dll?
Difference between web services & remoting?
What are the security features in .net remoting?
What do you mean by windows authentication?
What are the security measures exist for .net remoting in system.runtime.remoting?
Are you aware of containment and Aggregation ?
What are the situations you will use singleton architecture in remoting ?
How do you implement distributed applications in .net?
What are static assemblies?
What are the different types of channels used by .net remoting?
Write a example code for remoting?
How to decide which to use .net remoting or asp.net web services?
what are the requirements to enable remote components to interact each other?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
How can you configure a .net remoting object via xml file?