Dependency Injection, Configuration, & Logging in .NET Core
Using Dependency Injection, Configuration Settings, and Logging in .NET Core
Description
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.
What You Will Learn!
- Using dependency injection in .NET Core to add configuration settings, database connections, and logging to a .NET Core application.
Who Should Attend!
- Experienced programmers learning .NET Core