So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?
Answer / sudhanshu
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 |
Can we create instance of private class in c#?
Why we use extension method in c#?
How can we sort an array in c#?
What is JIT (just in time)? how it works?
What is hashtable c#?
How to prevent the error while updating ui control from another thread?
What?s the advantage of using System.Text.StringBuilder over System.String?
What is the difference between early binding and late binding in c#?
Can we create multiple constructors?
What is default class in c#?
What is func c#?
Is c sharp open source?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)