What?s a proxy of the server object in .NET Remoting?
Answer Posted / 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 View All Answers
What are the deferred execution and the immediate execution in linq?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is the need of OLE-automation?
What data providers available in .net to connect to database?
How to view a .NET assembly?
Explain what is an application domain?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Explain boxing and unboxing in .net.
What is the use of gacutil.exe?
Where does the gac exist ?
What is .net environment?
How viewstate is being formed and how it's stored on client in .net?
Tell us what is json data, and what is one way that .net developers can work with json?
What are the advantages of .net core?