Dependency Injection, Configuration, & Logging in .NET Core
- 0.0
Brief Introduction
Using Dependency Injection, Configuration Settings, and Logging in .NET CoreDescription
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.
Requirements
- Requirements
- Microsoft .NET Visual Studio, Microsoft SQL Server & Sql Server Management Studio