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

Explain the Flow of remoting?

0 Answers  


What are dynamic assemblies?

0 Answers  


What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


What are the security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


How can you tell the application to look for assemblies at the locations other than its own install?

1 Answers  






When do we use delegates in your remoting applications?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


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

0 Answers  


explain is .NET Remoting?

2 Answers   Mind Tree,


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


Which one is better WebService and Remoting ?

0 Answers   NA,


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


Categories