What technology enables out-of-proc communication in .NET ?

Answer Posted / priya bharti

Most usually Remoting;.NET remoting enables client applications to use objects in other processes on the same computer or on any other computer available on its network.While you could implement an out-of-proc component in any number of other ways, someone using the term almost always means Remoting.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define the lease of the object?

582


Name the distributed systems available apart from .net remoting?

552


Will clr handle unmanaged code or not?

568


What are the ways to configure remoting objects before client can use them?

591


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

547






What is fundamental of published or precreated objects in remoting?

586


Write a example code for remoting?

514


Are you aware of containment and Aggregation ?

2683


How do you directly call a native function exported from a DLL?

6636


What are the different types of channels used by .net remoting?

512


What is objref object in remoting?

684


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

505


What are static assemblies and dynamic assemblies?

521


Explain the Flow of remoting?

592


Explain threading types?

639