Top "Config.json" questions

Config.

Why does Visual Studio tell me that the AddJsonFile() method is not defined?

I'm developing an ASP.NET 5 WebAPI project using VS Ultimate 2015 Preview. I'm trying to configure the app in this way (…

c# configuration configuration-files asp.net-core config.json
How to properly read nested configuration values from config.json in ASP.NET5?

I was following some examples for ASP.NET 5 and I got stumbled with how to properly read "nested" configuration values (…

c# asp.net asp.net-core config.json