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 |
What?s a Windows process?
Which namespace is used for encryption ?
Define singleton activation mode in .net remoting?
what are the various type of channels used by .Net remoting and which is the best one?
What are remotable objects in .NET Remoting?
How do you directly call a native function exported from a DLL?
What are channels in .NET Remoting?
How do you define the lease of the object?
Which Namespaces is used to achieve the Remoting?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain the Flow of remoting?