how do you retrieve the customized properties of a .NET
application from XML .config file? Can you automate this
process?
Answer / saravankumar
Initialize an instance of AppSettingsReader class. Call the
GetValue method of AppSettingsReader class, passing in the
name of the property and the type expected. Assign the
result to the appropriate variable. In Visual Studio yes,
use Dynamic Properties for automatic .config creation,
storage and retrieval.
| Is This Answer Correct ? | 0 Yes | 0 No |
Please explain what are an object and a class?
What is Delegate? Have ever used Delegates in your project.
Explain how does assembly versioning work?
State some of the different languages supported by .net?
Differentiate between managed and unmanaged code?
What is the difference between constants and read-only variables?
How can you turn-on and turn-off cas?
Explain me what is encapsulation?
Can we use data reader to bind gridview?
What are the Characteristics of .NET?
Explain about .net?
What is an anonymous method?