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 static assemblies and dynamic assemblies. Differences between them?
What is unboxing?
What are dynamic assemblies?
What?s a proxy of the server object in .NET Remoting?
What is strong name and what is the need of it ?
Give the Hierarchial description of remoting?
What are static assemblies and dynamic assemlies. Differences between them ?
When do we use delegates in your remoting applications?
write a example for remoting (code)
What are the security issues if we send a query from the application?
When we use web service and when we use Remoting?
Can you have two files with the same file name in GAC?