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 tell the application to look for assemblies at the locations other than its own install?
define client activated objects (cao)?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What is UUID and GUID what is the size of this ID ?
Which Namespaces is used to achieve the Remoting?
What?s SingleCall activation mode used for?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Can we configure a .net remoting object via xml file?
What do you mean by passport authentication and windows authentication ?
What are the security issues if we send a query from the application?