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

If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

0 Answers  


Which namespace does it belong to by default?

0 Answers  


How to implement CAS in .Net?

0 Answers   247Customer,


When a Static Constructor called in .NET?

0 Answers  


Describe the start-up process for a Windows service.

1 Answers  






What are the differences between com architecture and.net architecture?

0 Answers  


State the methods used during deserialization and serialization process.

2 Answers  


How do we access crystal reports in .net?

0 Answers  


Explain me what is an anonymous method and how is it different from a lambda expression?

0 Answers  


What is a delegate in .NET?

1 Answers  


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

0 Answers   QuestPond,


What are possible implementations of distributed applications in .NET?

1 Answers  


Categories