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 security measures exist for .net remoting in system.runtime.remoting?
What are the types of remotable objects?
What is Remoting?
What are dynamic assemblies?
Explain marshalling and its types in .net remoting
What are the different types of channels used by .net remoting?
What is the difference between .Net Remoting and Web Services ?
Is it a good design practice to distribute the implementation to remoting client?
Explain serialization formatters in .net remoting
About performance issues on retrieving records ?
Can we configure a .net remoting object via xml file?
Write a example code for remoting?