What distributed process frameworks outside .NET do you know?
Answer Posted / admin
Distributed Computing Environment/Remote Procedure Calls
(DEC/RPC), Microsoft Distributed Component Object Model
(DCOM), Common Object Request Broker Architecture (CORBA),
and Java Remote Method Invocation (RMI).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the requirements to enable remote components to interact each other?
What is objref object in remoting?
Explain threading types?
Explain marshalling and its types in .net remoting
When do we use delegates in your remoting applications?
When should we choose .net remoting over .net web services?
What are the channels in .net remoting?
What are the remotable objects in .net remoting?
What are the different types of channels used by .net remoting and which is the best one?
What is the difference between remoting and webservice?
Garbage collector?s functionality on unmanaged code ?
What is unmanaged code?
How can we call methods in remoting asynchronously?
What are the advantage of remoting over web services?
Explain serialization formatters in .net remoting