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

What?s a Windows process?

1 Answers  


How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers   Tavant Technologies, TCS, Tech Mahindra,


What are the situations you will use singleton architecture in remoting ?

0 Answers  


What are different types of assemblies?

0 Answers  


When do we use delegates in your remoting applications?

0 Answers  






How do you register a .NET assembly?

2 Answers   Microsoft,


What?s a proxy of the server object in .NET Remoting?

1 Answers  


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

0 Answers  


Explain the differences between marshal by value and marshal by reference?

0 Answers  


What are the types of remotable objects?

0 Answers  


How to perform Remoting?

1 Answers  


What are remotable objects in .NET Remoting?

2 Answers  


Categories