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 |
Describe the compilation process for .net code?
Explain about the Common Language Runtime?
Explain the garbage collection process?
Explain Creational design pattern in .NET?
What is the procedure to add assemly to gac to make it shared one?
Explain the difference between the while and for loop.
What is garbage collection in .net? Explain the garbage collection process?
What is CCW (COM Callable Wrapper) ?
What is the best way to crack the certification?
how can i create a table from front end to back end in wabe page?
Explain about the features and elements present in Visual studio.NET IDE?
What are the two kinds of properties.