What?s a proxy of the server object in .NET Remoting?
Answer Posted / guest
It?s a fake copy of the server object that resides on the
client side and behaves as if it was the server. It handles
the communication between real server object and the client
object. This process is also known as marshaling
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Please explain what do the terms “boxing” and “unboxing” mean?
What is the difference between asp.net & vb.net and explain architecture?
Explain different types of html, web and server controls.
Do you know what is linq?
Explain security measures exist for .net remoting in system.runtime.remoting?
What is deferred execution vs. Immediate execution in linq?
What are the different.net tools which you used in projects?
What is view state in .net?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Do you know what is lambda expressions in c#?
What is the difference between asp.net and asp?
Which Namespace is used to to achieve MultiThreading in .NET?
What is COM Interoperability in .NET
What's the problem with .net generics?