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 |
What is the difference between task and thread in .net?
How to find methods of a assembly file (not using ILDASM) Reflection
How does cas works?
What are Generics? Where do we use them.
How do you define the lease of the object in .net?
What are the features of UIP Application Block?
Please explain what is reflection and what is it for?
What is an EXE?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What?s typical about a Windows process in regards to memory allocation?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Where does the gac exist ?