Answer Posted / tdotnet
Processes are independent execution units that contain
their own state information, use their own address spaces,
and only interact with each other via interprocess
communication mechanisms (generally managed by the
operating system).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define remotable objects in .net remoting?
What is unmanaged code?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What do you mean by windows authentication?
How to directly call a native function exported from a dll?
When do we use delegates in your remoting applications?
Write a example code for remoting?
What are the channels in .net remoting?
Explain how to perform remoting?
Difference between web services & remoting?
Explain when we use web service and when we use remoting?
What is the Difference between CAO and SAO in Remoting.
Can you explain remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Explain how does assembly versioning in .net prevent dll hell?