Can you configure a .NET Remoting object via XML file?
Answer / 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 |
Define a process?
What?s SingleCall activation mode used for?
What are the steps to publish an object outside the service domain
What are the types of remoting?
What is a strong name?
What is assembly ?
What are static assemblies and dynamic assemblies?
Explain the differences between marshal by value and marshal by reference?
What is delay signing?
How to directly call a native function exported from a dll?
Give the Hierarchial description of remoting?
What are CAO's i.e. Client Activated Objects ?