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 |
How can you configure a .net remoting object via xml file?
Where is global assembly cache located on the system?
What do you mean by passport authentication?
Can you pass SOAP messages through remoting?
write a example for remoting (code)
Types of compatabilities and explain them ?
How can you create a strong name for a .NET assembly?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
About sn.exe ?
What is Remoting?
Where are shared assemblies stored?
what are the requirements to enable remote components to interact each other?