I want to store a list of 10-20 elements inside application configuration file in a C# application. I realize that I can use add key tags in appsettings section, but then I will have to create a unique key for each.
I am planning to loop over the elements in a section, and tried storing it. but it fails it initialize confiuration managager
EDIT: I want to store a section for table names to verify , where user can enter a list of tables to run a test on each