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 Finalizer in .NET define Dispose and Finalize ?
what is the default value of CHAR type?in C# using asp.net?
What is .net technology?
What is the difference between the C#.NET and VB.NET?
What are the main components in .net?
What does jit compilation do in .net?
Describe ways of cleaning up objects.
What's the use of system.diagnostics.process class in .net?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
Why is .net used?
How do you generate a strong name?
what are connection strings?