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 |
Define remotable objects in .net remoting?
What are static assemblies and dynamic assemblies. Differences between them?
What is unmanaged code?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
How to directly call a native function exported from a dll?
What are the difference between static assemblies and dynamic assemblies?
Define delegates and events?
How do you implement distributed applications in .net?
what is the diff between remoting and webservice
Which one is better WebService and Remoting ?
What is a strong name?
Are you aware of containment and Aggregation ?