Skip to content

This is a pure console application to illustrate how to use .NET Core built-in Dependency Injection in a Console Application

License

Notifications You must be signed in to change notification settings

voltwu/C-Sharp-Console-Application-NET-CORE-Built-In-Dependency-Injection-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository illustrate how to use .NET Core's Built-in Dependency Injection in a Console Application.

requirement

packages Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.Extensions.DependencyInjection are required. Install them from the NuGet package manager, before you run.

About

This is a pure console application to illustrate how to use .NET Core built-in Dependency Injection in a Console Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages