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 |
When we use web service and when we use Remoting?
Can we configure a .net remoting object via xml file?
What is assembly ?
What is the purpose of System.EnterpriseServices namespace ?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What are possible implementations of distributed applications in .NET?
About remoting and web services. Difference between them?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Define remotable objects in .net remoting?
Can you explain remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Is it a good design practice to distribute the implementation to remoting client?