Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 274 Bytes

File metadata and controls

13 lines (9 loc) · 274 Bytes

dependency-injection-from-scratch

To prove a point how easy it is to write a dependency injection container. Start in Program.cs and hopefully the comments explain everything.

Run

This app is created using .net core To run this sample just run

dotnet run