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 |
How Can Creating Installation Components in .Net?
What is iis? Have you used it?
Explain me what is a design pattern and what is it for?
What is RunTime Polymorphism?
5 Answers Deloitte, eClerx, Horizon, Intel, Pragna Technologies,
Describe difference between inline and code-behind?
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
What is an EXE?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Interop Services?
Which dll is required to translate xml to sql in internet information server (iis)?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
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