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 makes .net core cross platform?
Explain why do we use msmq?
How to manage pagination in a page using .net?
How can you clean up objects holding resources from within the code?
What is the difference between a namespace and assembly name in .net?
What is the difference between a debug and release build?
What is Assembly?
How to find methods of a assembly file (not using ILDASM) Reflection
How to Exchange data between Webservices
What is the use of system.diagnostics.process class in .net?
what is event inheritance and event delegation?
What does jit compilation do in .net?