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 is the difference between encrypting a password and applying a hashing?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What is .net and why it is used?
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
What is the difference between asp.net and asp?
Describe ways of cleaning up objects.
Explain what is the difference between a class and an object?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What do the terms “boxing” and “unboxing” mean?
What is UDDI and how to register the web service in it?
What is .net environment?
What are the authentication methods in .net?