What is a proxy of the server object in .NET Remoting?
Answer / anshul sharma
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 ? | 0 Yes | 0 No |
Is concurrent queue thread safe?
What is a delegate? Explain.
List down the differences between “dispose” and “finalize” methods in c#.
Can you declare a field readonly?
What is the predicate of a sentence?
Does c# have its own class library?
Can you put two constructor with the same structure in a class?
What is helper method in c#?
What is thread.sleep()?
Explain what are three test cases you should go through in unit testing?
What is the use of console?
Why generics are used in c#?