Can you configure a .NET Remoting object via XML file?
Answer Posted / bindu sarika
yes machine.config and web.config
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Name the distributed systems available apart from .net remoting?
Explain how does assembly versioning in .net prevent dll hell?
Explain Singleton design pattern of Remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
what are the requirements to enable remote components to interact each other?
What are static assemblies?
What are the channels in .net remoting?
Explain threading types?
When should we choose .net remoting over .net web services?
What are the advantage of remoting over web services?
Is it a good design practice to distribute the implementation to remoting client?
Explain the types of .net remoting?
What are dynamic assemblies?
How to decide which to use .net remoting or asp.net web services?
What are the difference between static assemblies and dynamic assemblies?