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
How do I spawn a thread?
How is threading done in .net?
What is common language specification (cls)?
Do you know what is .net standard?
Explain how to rename a table using sql queries?
What is the concept of inheritance in .net?
Which dll translate xml to sql in internet information server (iis)?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How many design patterns can be created in .net?
Explain what is an application domain?
Explain the differences between server-side code and client-side code.
Explain something about WebService?
Is .net a compiler?
What is .net core used for?
Tell us what is a sealed class?