AppSettings.json
You’ll find an embedded player for the stream at the top of this post. This stream clocks in at just under one hour long, so it’s not as long as my others.
remember to click through to YouTube to see my videos
Stream Date
I originally live streamed this on the February 17th 2018
The Purpose
I wanted to talk through how appsettings.json works and the things that ASP.NET Core will do for you when loading an appsettings file.
I discussed the differences between appsettings.json and loading appsettings files for different environments (Development/Staging/Production) and how this can fit in with User Secrets.
This was actually one of two sessions that I streamed that afternoon. This stream provided a bit of background information for the subsequent stream.
part two of the streaming session can be found here
Show Notes
I talked about the following resources whilst I was streaming:
- Microsoft documentation for Configuration in ASP NET Core
- ASP NET Community Stand Up
- The .NET Foundation
- My OwaspHeaders.Core project
- My article on User Secrets