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 msil, il?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are the similarities and difference between class and structure in .net?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is a .DLL and .EXE files called in .NET?
What are the different types of Classes in .NET?
Is .net core managed code?
What is the use of design pattern?
What is assemblies in .net?
Please explain the difference between constants and read-only variables?
Explain about Behavioral design pattern?
Describe the programming model of a windows service
Difference abstract class and interface in .net?
What are the main components in .net?
What do you mean by Driver Script?