What distributed process frameworks outside .NET do you know?
Answer / 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 |
Can you explain remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What are static assemblies and dynamic assemblies. Differences between them?
What are the threading types?
Can we configure a .net remoting object via xml file?
About .NET Remoting and types of remoting ?
what is Client-activated object in remoting?
Explain marshalling and its types in .net remoting
What do you mean by windows authentication?
What is the difference between private and shared assembly?
What is the Difference between CAO and SAO in Remoting.
What are the differences between Marshal by value and Marshal by reference?