Answer Posted / 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 View All Answers
What is an anonymous method?
What is the single responsibility principle?
Explain the difference between managed and unmanaged code?
Please explain what is the difference between encrypting a password and applying a hashing?
Is atl redundant in the .net world?
What is "common language runtime" (clr) in .net?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Explain is the jit an interpreter?
Explain how does assembly versioning work?
Explain how to manage pagination in a page using .net?
What is meant by globalization?
Is .net an object oriented language? What are their components?
Explain what is the difference between a class and an object?
How can I get at the win32 api from a .net program?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?