Can you configure a .NET Remoting object via XML file?
Answer Posted / venu
Yes, via machine.config and application level .config file
(or web.config in ASP.NET). Application-level XML settings
take precedence over machine.config.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the steps to publish an object outside the service domain
What does manifest consists?
Garbage collector?s functionality on unmanaged code ?
what are the requirements to enable remote components to interact each other?
Explain threading types?
Are you aware of containment and Aggregation ?
What is unmanaged code?
Explain Singleton design pattern of Remoting?
Explain serialization formatters in .net remoting
How do you implement distributed applications in .net?
What are the information required to configure remote objects?
Name the distributed systems available apart from .net remoting?
What is the Difference between CAO and SAO in Remoting.
What are static assemblies and dynamic assemblies?
Which Namespaces is used to achieve the Remoting?