Technique One

Reading from the config file without strongly typing the data.

Learn more about reading configuration files here.

Using the Value properity of the GetSection method.

                          _configuration.GetSection("CustomSettings").GetSection("Pudding").Value;
                

Pudding : Tapioca