What are remotable objects in .NET Remoting?

Answers were Sorted based on User's Feedback



What are remotable objects in .NET Remoting?..

Answer / bindu sarika

Remotable objects are objects that are marshalled across
different application domains.The objects can be marshalled
by value and marshalled by reference.
Marshalled by value:A deep copy of the object is passed to
the reciever.
Marshalled by reference:A reference to the existing object
is passed .

Is This Answer Correct ?    0 Yes 0 No

What are remotable objects in .NET Remoting?..

Answer / ganesh

Remotable objects are object that are instantiated outside
the caller's application domain.
Either by value or by reference.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

How to decide which to use .net remoting or asp.net web services?

0 Answers  


What are the threading types?

0 Answers  


What are the different types of channels used by .net remoting and which is the best one?

0 Answers  


Types of compatabilities and explain them ?

0 Answers   DELL,


What are dynamic assemblies?

0 Answers  






What is unboxing?

0 Answers  


Can we configure a .net remoting object via xml file?

0 Answers  


Explain threading types?

0 Answers  


Which Namespaces is used to achieve the Remoting?

0 Answers  


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

0 Answers  


What?s a Windows process?

1 Answers  


Threading Types ?

3 Answers   DELL,


Categories