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 application do you use to install a Windows service?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Explain what is immutability, what is it for and how is it codified?
How to produce an assembly?
Explain what is reflection in microsoft .net context?
Explain About GDI object ?
What is UDDI and how to register a web service ?
What is a strategy pattern? Implement it.
Explain manifest & metadata.
How to create a key pair in .net?
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
What are an object and a class?