Answer Posted / merinkmathew
Net remoting replaces DCOM. Web Services that uses remoting
can run in anyApplication type i.e. Console Application,
Windows Form Applications,Window Services etc. In CLR
Object Remoting we can call objectsacross network.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Types of compatabilities and explain them ?
When do we use delegates in your remoting applications?
When should we choose .net remoting over .net web services?
What are the types of remotable objects?
Difference between web services & remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is objref object in remoting?
What are static assemblies?
Can you explain remoting?
Write a example code for remoting?
What are the steps to publish an object outside the service domain
What are the threading types?
What are the situations you will use singleton architecture in remoting ?
define client activated objects (cao)?
How do you directly call a native function exported from a DLL?