Using appsettings.json in UWP
Ever wondered how to use JSON-based configuration in a UWP app? This blog post shows you how to set it up using the modern Microsoft.Extensions.Configuration package, making it easily portable to any .NET app. Discover how to retrieve configuration sections and even have conditional configuration files. Check out the full article for the complete guide!
Read more →