This is a step-by-step procedure on how to:
use dependency injection
create and use configuration settings
log messages to text files using nLog
provide email notifications using nLog
in a .NET Core application. The course creates a simple application, then uses dependency injection to provide configuration settings and logging in the application. The popular nLog logging framework is used to provide text-based logging and email notifications.