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 |
What are the ways to configure remoting objects before client can use them?
What are the advantage of remoting over web services?
What are static assemblies and dynamic assemblies?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
what is Client-activated object in remoting?
What is Remoting?
What is the purpose of System.EnterpriseServices namespace ?
How do you register a .NET assembly?
Are you aware of containment and Aggregation ?
What is objref object in remoting?
When do we use delegates in your remoting applications?
What?s typical about a Windows process in regards to memory allocation?