In the past I would just create a text file with key value pairs for example WIDTH=40 and manually parse the file. This is getting a little cumbersome is there a standard way to do this preferably with inbuilt support from Visual Studio or the .NET framework.
Share
Configuration files are one of the built-in templates. Right-click on your project, choose Add->New Item. In the template box, select configuration file.