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 |
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is Code group in .Net with respect to CAS
Difference between class and interface in .net?
How to write an MMC snap-in for my Windows service?
What is a variable of implicit type and what is its scope?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
what are design patterns in .net....?
Difference between value type & reference types ?
What is strong-typing versus weak-typing? Which is preferred?
Which namespace is require to used XML in .NET?
0 Answers Sans Pareil IT Services,
Is Driver Script any how related to AOM?
Directcast(123.34,integer) - should it throw an error? Why or why not?