C# namspace.Properties.Settings
I have a C# 2010 console application that I am thinking of passing the
parameter values to the application in the
applicationSettings><namspace.Properties.Settings> of the
consoleApp.exe.config file. I am thinking of using this option instead
of passing argument values to the application.
What kind of code would I need to setup if I use this option? Would I
look for args.length? Can you tell me what kind of code I would need to
setup?