What are remotable objects in .NET Remoting?
Answers were Sorted based on User's Feedback
Answer / bindu sarika
Remotable objects are objects that are marshalled across
different application domains.The objects can be marshalled
by value and marshalled by reference.
Marshalled by value:A deep copy of the object is passed to
the reciever.
Marshalled by reference:A reference to the existing object
is passed .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesh
Remotable objects are object that are instantiated outside
the caller's application domain.
Either by value or by reference.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the hierarchial description of remoting?
Can you pass SOAP messages through remoting?
What are the types of remoting?
About .NET Remoting and types of remoting ?
What is the difference between .Net Remoting and Web Services ?
Explain threading types?
What are the channels in .net remoting?
Where is global assembly cache located on the system?
Types of compatabilities and explain them ?
What is strong name and what is the need of it ?
Will clr handle unmanaged code or not?
Explain the Flow of remoting?