So I recently thought I’d try using the
app.config file to specify some data for my application (such as URLs) rather than hard-coding it into my
app, which would require a recompile and redeploy of my
app if one of our URLs changed. By using the
app.config it allows a user to just open up the .config file that sits beside their .exe file and
…