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 |
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is UUID and GUID what is the size of this ID ?
Explain how to perform remoting?
what is sitemap
What are the differences between Marshal by value and Marshal by reference?
What is a formatter?
What is the purpose of System.EnterpriseServices namespace ?
What are the different types of channels used by .net remoting and which is the best one?
What is unmanaged code and will CLR handle this kind of code or not ?
Explain what is the relationship between a Process, Application Domain, and Application?
What is unboxing?
Can you explain remoting?