property file
-
is there any property file concept in C# where i can use getXXX() or setXXX() method to retreive or assign value from the property file like we have in java ----------------------------------------------------------------
where there is a will there is a way
Nasim
-
is there any property file concept in C# where i can use getXXX() or setXXX() method to retreive or assign value from the property file like we have in java ----------------------------------------------------------------
where there is a will there is a way
Nasim
Yes. You can use ApplicationSettings to bind properties, such as this. string s = global::MyProject.Properties.Settings.Defualt.NameOfBinding; global::MyProject.Properties.Settings.Defualt.NameOfBinding = s;
only two letters away from being an asset
-
is there any property file concept in C# where i can use getXXX() or setXXX() method to retreive or assign value from the property file like we have in java ----------------------------------------------------------------
where there is a will there is a way
Nasim