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 the use of design pattern?
What is the difference between server.transfer and response.redirect? Why?
Explain the garbage collection process?
What is an Interface? Have you ever developed an Interface.
What is portable executable (PE)?
What is gac in .net?
How can you see which services are running on a Windows box?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain the process of serialization in .NET?
Do you know what are three common acronyms used in .net, and what do they stand for?
Explain what is the difference between web application and enterprise application?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.