What are remotable objects in .NET Remoting?



What are remotable objects in .NET Remoting?..

Answer / guest

Remotable objects are the objects that can be marshaled
across the application domains. You can marshal by value,
where a deep copy of the object is created and then passed
to the receiver. You can also marshal by reference, where
just a reference to an existing object is passed

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is prerender event of a page?

3 Answers   C Squared Systems,


What is shared and repeatable inheritance?

0 Answers  


Explain is the jit an interpreter?

0 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

0 Answers   InfoAxon Technologies,


Explain cas (code access security)?

0 Answers  






What is the native image generator?

0 Answers  


What is namespaces in .net?

0 Answers  


Can a try block have nested try blocks?

0 Answers  


What is the base class of Button control in .NET?

0 Answers  


How do you turn off cookies for one page in your site? Give an example.

0 Answers  


What are the benefits of Model-View-Controller Architecture?

1 Answers  


What is alias ? Is it used in .Net ?

0 Answers   MCN Solutions,


Categories