PreviousNext

Using .NET Core Configuration with legacy projects

by bill-s, 2016-12-04T00:59:45.000Z

In .NET Core, configuration has been re-engineered, throwing away the System.Configuration model that relied on XML-based configuration files and introducing a number of new configuration components offering more flexibility and better extensibility.

Read More