- Jul 31, 2020
- 9,109
- 1,037,089
- 129
TUTProfessor submitted a new resource:
Tim Corey - Getting Started with ASP.NET Core - Stop guessing about AppSettings
Read more about this resource...
Tim Corey - Getting Started with ASP.NET Core - Stop guessing about AppSettings
Stop guessing about AppSettings
AppSettings are Powerful
(and Complicated!)
Misconfigured settings can leave your app vulnerable.
Not knowing how to configure AppSettings means you are making things harder for yourself than they need to be.
It used to be we had one place to put settings: the app.config/web.config file.
Now with .NET Core, we get five...
Read more about this resource...