RSSAmplifier

Dusted Codes · Jan 10, 2021

Using .env in .NET

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

.NET (Core) comes with a lot of bells and whistles. One of them is the sheer amount of managing application secrets and settings. Developers have a variety of options from which they can load application settings using the ConfigurationBuilder class. The official ASP.NET Core documentation lists all options as following: 
 
 Settings files, such as appsettings.json 
 Environment…

Read on dusted.codes

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.