Imagine you write a console application and you need to read the configuration from the configuration file, in the strongly typed way. .NET core comes to help us with it. It’s usually demonstrated in ASP.NET Core MVC but it’s also possible to use it in the console application. Let’s see. Show me it! Let’s create…