How to Keep .Net Secrets Secret During Development

preview_player
Показать описание
In this video we take a look at how to locally save secrets in .NET to avoid having them in code.

Commands:
dotnet user-secrets init
dotnet user-secrets set "Movies:ServiceApiKey" "12345"

Coding books I recommend:

My Setup:
Рекомендации по теме