I need to use a config file for my application which will save a list of details for each entity: for example-
<person A>
<name= >
<age= >
<person B>
<name=>
<age= >
is something of this sort possile in the settings class or this requires using the app.config file wihtout the settings class wrapper?
Edit: My application used to have a single entity, now it should support multiple entities and therefore save multiple entities in some config.