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 when we use web service and when we use remoting?

0 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


What are the ways to renew lifetime leases of objects?

0 Answers  


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

0 Answers  


About .NET Remoting and types of remoting ?

2 Answers   MMTS, SunGard,






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

0 Answers  


What is the difference between remoting and webservice?

0 Answers  


What is a process ?

6 Answers   TCS,


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

1 Answers  


What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


What are the security features in .net remoting?

0 Answers  


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

0 Answers  


Categories