Is there a standard method to create a configuration file for C# program? -
In the past, I will create a text file with only the key values added for example WIDTH = 40 and manually parse the file. . It is a bit cumbersome, it is a standard way of doing preferably with inbuilt support from Visual Studio or NAT framework.
Configuration files are one of the built-in templates right-click on your project, add-> new item In the Select Template box, select the configuration file.
Comments
Post a Comment