Horje
c# settings file Code Example
c# settings file
// Write Setting
// The scope of the settings file must be set to user in order for it not to be read-only
SettingsFile.Default.MySetting = "A setting";
SettingsFile.Default.Save(); // In order to save all the changes

// Read Setting
string myvalue = SettingsFile.Default.MySetting; // retrieve a setting of type string




Csharp

Related
while coding c# i get the error : "Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [first_better_project]" Code Example while coding c# i get the error : "Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [first_better_project]" Code Example
convert html to pdf c# Code Example convert html to pdf c# Code Example
asp.net core 3.1 routing Code Example asp.net core 3.1 routing Code Example
change dot net core web api routing Code Example change dot net core web api routing Code Example
C# get md5 of file Code Example C# get md5 of file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8