ASP.NET Core configuration providers read configuration data from common sources such as JSON files and databases. But you can use other sources by creating custom configuration providers. We use ...
I wrote a class that reads some information from our active directory, and uses it. When I originally tested it with a VB.NET GUI front end, it worked exactly as desired. Now that it has been ...