What is the ConfigurationManager class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the ConfigurationManager class?
Rating:
The ConfigurationManager class provides access to configuration files. It allows reading a section from the configuration files. The tasks performed by the members of the ConfigurationManager class are as follows:
- It allows the reading and writing of configuration files.
- It provides the GetSection() and GetSectionGroup() methods to read configuration files.
- It provides the Save() method to write into configuration files.
- It provides various configuration tasks, which are supported by the following class types:
- SectionInformation class
- ElementInformation class
- ContextInformation class
- PropertyInformation class
Rating:
Was this information helpful?
Other articles
- How to write text to a newly created data file?
- How to retrieve information about the paused services?
- What are the services provided by the .NET Framework for interoperability with unmanaged code?
- What is a Cryptographic toolkit?
- Windows Controls
