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
What are the different types of channels used by .net remoting and which is the best one?
Explain the types of .net remoting?
Explain the Flow of remoting?
Which Namespaces is used to achieve the Remoting?
What is the purpose of strong name?
Write a example code for remoting?
What are the types of remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What does manifest consists?
How can we call methods in remoting asynchronously?
What are the remotable objects in .net remoting?
Difference between web services & remoting?
Explain the hierarchial description of remoting?
When do we use delegates in your remoting applications?
Define singlecall activation mode in .net remoting?