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
Are you aware of containment and Aggregation ?
Can you explain remoting?
Write a example code for remoting?
Define singleton activation mode in .net remoting?
Define delegates and events?
How can we call methods in remoting asynchronously?
What does manifest consists?
Explain serialization formatters in .net remoting
What do mean by remotable objects in .net remoting?
Can we configure a .net remoting object via xml file?
Garbage collector?s functionality on unmanaged code ?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What are the remotable objects in .net remoting?
How to decide which to use .net remoting or asp.net web services?
What are static assemblies?