What?s a proxy of the server object in .NET Remoting?
Answer / 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 |
What is an Interface? Have you ever developed an Interface.
Explain about the Common Language Runtime?
What is a system lock?
Explain the top .net class that everything is derived from?
What is "common language runtime" (clr) in .net?
What is data type and how many types of data types are in .NET ?
What is boxing in .NET?
What are virtual destructures?
What?s a proxy of the server object in .NET Remoting?
What is value type and refernce type in .net?
What is func in .net 3.5?
What is Nothing permission set in .Net