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 |
Do you know the difference between the stack and the heap?
How many types of design patterns available in .NET?
why .net does not support multiple inheritance?
Explain role-based security in .Net.
What is alias ? Is it used in .Net ?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Explain what do the terms “boxing” and “unboxing” mean?
What is RunTime Polymorphism?
5 Answers Deloitte, eClerx, Horizon, Intel, Pragna Technologies,
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
How we can achieve Connection pooling in .Net?
How to Create and Consume a Web Service?
What is Event - Delegate? clear syntax for writing a event delegate