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 |
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
what are the requirements to enable remote components to interact each other?
Define a process?
What are static assemblies and dynamic assemblies?
What is an assembly and what does manifest consists ?
What are the situations you will use singleton architecture in remoting ?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
What are static assemblies?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
What are the advantage of remoting over web services?
Where are shared assemblies stored?
What are possible implementations of distributed applications in .NET?