Technique One
Reading from the config file without strongly typing the data.
Using the Value properity of the GetSection method.
_configuration.GetSection("CustomSettings").GetSection("Pudding").Value;
Pudding : Tapioca
Reading from the config file without strongly typing the data.
Using the Value properity of the GetSection method.
_configuration.GetSection("CustomSettings").GetSection("Pudding").Value;
Pudding : Tapioca