It Couldn't Be Easier! AppSettings.json In Console Applications

preview_player
Показать описание

But... What happens if you want to use a console application and have the same type of configuration?

No sweat!

We can enable this functionality with ease -- only a few lines of code!

----
🔑 Membership & Subscriptions:

🧠 Courses:

🗣️ Social Media & Links:
- Vlogs: @DevLeaderBTS @CodeCommute

❤️ Affiliations & Products/Services That I Love:
----

#softwareengineering #softwaredeveloper #softwareengineer
Рекомендации по теме
Комментарии
Автор

🧑‍💼Get Promoted As A Software Engineer:
🧑‍💼 Nailing The Behavioral Interview:
💡 Learn how to program in C#:
🧠Deep dive on C#:
🎁Zero to Hero C# Bundle:
🪞Reflection in .NET
💪 Skill up your refactoring:
✉ Subscribe to my free software engineering newsletter:

DevLeader
Автор

appsettings.json does not have to have secrets when using a a secrets file. But even with secrets, not commiting it to the repo will make CI/CD pipelines, the CD part, extra hard. Most of the settings in appsettings can be really harmless

grumpydeveloper