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
Can we configure a .net remoting object via xml file?
Will clr handle unmanaged code or not?
What is asynchronous programming?
What is Remoting?
What are the ways to renew lifetime leases of objects?
what are the requirements to enable remote components to interact each other?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
When do we use delegates in your remoting applications?
What do mean by remotable objects in .net remoting?
Garbage collector?s functionality on unmanaged code ?
Explain threading types?
Elaborate the term WebService and how it differ from Remoting?
What are the advantage of remoting over web services?
What is a formatter in .net remoting?
What are static assemblies and dynamic assemblies. Differences between them?