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 static constructor, when it will be fired?
Is .net 4.8 backwards compatible?
Explain me difference between public and static modifiers?
What are data types in .NET?
What does il do?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
What is a formatter?
In code behind class, name the type of code found. Is it the server side code or client side code?
Tell me what is serialization?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
Explain what is the difference between a class and an object?
When would you use .NET Remoting and when Web services?