python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to read array configuration sections with binding?
How can I read an array of configuration values using Microsoft.Extensions.Configuration with binding?
For example, given the following XML configuration:
<root>
<eventConfiguration>
...
MiGro
Votes: 0
Answers: 1
Newtonsoft.Json as configuration provider in ASP.NET (5+)
For better or worse our codebase relies heavily on Newtonsoft.Json. There are various type converters etc. based on this framework and it is simply not worth the effort to rewrite them using some othe...
jool
Votes: 0
Answers: 0