What is objref object in remoting?
Answer / Chandan Kumar Choudhary
An objref object in .NET Remoting represents a reference to a remotable object. It is used to create and manage proxies for remote objects, allowing clients to call methods on those objects as if they were local.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are static assemblies and dynamic assemblies. Differences between them?
Explain serialization formatters in .net remoting
Name the distributed systems available apart from .net remoting?
Explain marshalling and its types in .net remoting
What security measures exist for .NET Remoting in System.Runtime.Remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What are different types of assemblies?
What are the threading types?
What is an assembly and what does manifest consists ?
What is strong name and what is the need of it ?
What is a formatter in .net remoting?
What is asynchronous programming?