C# tips and tricks 8 - How to read the values from app.config file (ConfigurationManager class)

preview_player
Показать описание
FREE C# TUTORIALS

System.Configuration:
This namespace provides classes and interfaces that allow you to programmatically access .NET Framework configuration settings and handle errors in configuration files (.config files).

ConfigurationManager :
This class Provides access to configuration files for client applications.
This class cannot be inherited.

AppSettings :
This property gets the AppSettingsSection data for the current application's default configuration.

ankpro
ankpro training
C#
C sharp
Bangalore
Rajajinagar
Selenium
Coded UI
Mobile automation testing
Mobile testing
JQuery
JavaScript
.Net
C
C++
Components of the .Net framework
Hello World
Literal
Keywords
Variable
Data types
Operators
Branching
Loops
Arrays
Strings
Structures
Enums
Functions
Рекомендации по теме
Комментарии
Автор

Thank you. Also woukld be nice if you wright how to save there and load.

arknet