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 security measures exist for .net remoting in system.runtime.remoting?
What are the advantage of remoting over web services?
what is sitemap
What?s SingleCall activation mode used for?
What is the difference between private and shared assembly?
What do you mean by windows authentication?
What is a formatter in .net remoting?
What is unmanaged code and will CLR handle this kind of code or not ?
When do we use delegates in your remoting applications?
what is the diff between remoting and webservice
Explain marshalling and its types in .net remoting
Explain how to directly call a native function exported from a dll?