What?s a proxy of the server object in .NET Remoting?



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

Post New Answer

More Dot Net General Interview Questions

How Can Creating Installation Components in .Net?

1 Answers  


What is iis? Have you used it?

0 Answers  


Explain me what is a design pattern and what is it for?

0 Answers  


What is RunTime Polymorphism?

5 Answers   Deloitte, eClerx, Horizon, Intel, Pragna Technologies,


Describe difference between inline and code-behind?

0 Answers  






Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com

1 Answers  


What is an EXE?

1 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


Interop Services?

0 Answers  


Which dll is required to translate xml to sql in internet information server (iis)?

0 Answers  


What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?

1 Answers   TCS,


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Categories