Reading Time: 8 minutes It was my second meetup/event in 3 days (I went to the Dutch Azure Meetup on Thursday evening). DotNed Saturday is a .NET community day-long event that is held on the last Saturday of January. It is the 4th edition. This happens to be my second time and I am hooked. The concept is a…
Tag: configuration management
Using Configuration and Options with .NET Core 3.1
Reading Time: 6 minutes In this blog post, we explore how we can configure settings. We start by answering the questions. What are configuration settings? Why do we need them? And how do we use configuration settings properly in .NET projects? What are configuration settings and why do we use them? With configuration, we define settings for our applications…