Answer Posted / 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 |
Post New Answer View All Answers
Can you explain remoting?
Explain the differences between marshal by value and marshal by reference?
Difference between web services & remoting?
How can we call methods in remoting asynchronously?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
what is Client-activated object in remoting?
define client activated objects (cao)?
Is it a good design practice to distribute the implementation to remoting client?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Will clr handle unmanaged code or not?
what are the requirements to enable remote components to interact each other?
What is fundamental of published or precreated objects in remoting?
What are the remotable objects in .net remoting?
What is unboxing?
Define a process?