// Prepared for you by Predrag Gjuro Kladarić, 2023-07-08
// first, use "Manage NuGet Packages" to install "System.Configuration.ConfigurationManager"
// to add App.config file to project root folder, use
// Add ->
// New Item ->
// Installed ->
// C# Items ->
// Application Configuration File
//
// if you add it, this config file will be copied to runtime folder (bin/Debug/net7.0) on first run
// if you don't, SaveAppSettings() will create one (but on runtime folder)
//
// beware, SaveAppSettings() creates/updates App.config file on the runtime folder
-
Notifications
You must be signed in to change notification settings - Fork 0
Shows how to read and write App.config file
License
gjuwindev/App.config-reading-and-writing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Shows how to read and write App.config file
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published