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 various type of channels used by .Net remoting and which is the best one?
what is Client-activated object in remoting?
What?s typical about a Windows process in regards to memory allocation?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What?s a Windows process?
What is the difference between .Net Remoting and Web Services ?
What is the difference between authentication and authorization ?
7 Answers Digital GlobalSoft, Qatar University,
Which one is better WebService and Remoting ?
Can you configure a .NET Remoting object via XML file?
What are the advantage of remoting over web services?
Difference between remoting and web service ?
Define delegates and events?