December 2017
Intermediate to advanced
300 pages
8h 30m
English
In the previous example, we used constant values for both ConnectionString and QueueName. If we need to change these settings, we have to make changes to the code. But why should we make code changes for this small change? To overcome this situation, we have configuration settings. You can learn more about configuration at https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration. In this section, we will add configurations with the help of the IConfigurationRoot of the Microsoft.Extensions.Configuration namespace.
Read now
Unlock full access