Can you configure a .NET Remoting object via XML file?
Answer / guest
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 ? | 0 Yes | 0 No |
Can we have same method with same name and signature using partial classes
What is a design pattern and what is it for?
What is Global Assembly Cache (GAC) and what is the Purpose of it?
What?s the Unix name for a Windows service equivalent?
Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?
how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?
Which property is used in the email to send the content as HTML
What does cil do?
Explain the difference between static page and dynamic page?
what are the controls used to upload a file from client to server?
What is an anonymous method and how is it different from a lambda expression?
Why SOAP is required?