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 |
What is the new three features of COM+ services, which are not there in COM (MTS)
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is view state?
Do you know what is linq?
What do you mean by web service?
What is a design pattern and what is it for?
Explain the purpose of Remoting in .NET?
0 Answers Petranics Solutions,
What is close method? How its different from finalize and dispose?
Compare client server application with n-tier application
What are use of Cloud computing....?
Types of JIT and what is econo-JIT ?
What is Event Bubbling in .NET?