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


Please Help Members By Posting Answers For Below Questions

Are you aware of containment and Aggregation ?

2892


Can you explain remoting?

779


Write a example code for remoting?

743


Define singleton activation mode in .net remoting?

704


Define delegates and events?

769


How can we call methods in remoting asynchronously?

719


What does manifest consists?

708


Explain serialization formatters in .net remoting

723


What do mean by remotable objects in .net remoting?

699


Can we configure a .net remoting object via xml file?

694


Garbage collector?s functionality on unmanaged code ?

3287


How are the activation URLs different in case of SAO and CAO in .NET remoting?

2292


What are the remotable objects in .net remoting?

721


How to decide which to use .net remoting or asp.net web services?

657


What are static assemblies?

731