Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 756 Bytes

.NET

AutoRegisterServicesDemo

Various ways for automatic registration of dependencies within an application

In this demo, i m using various ways in order to automatically register dependencies within an application.

1️⃣ Using Adhoc implementation

2️⃣ Using NetCore.AutoRegisterDi

3️⃣ Using Scrutor

Tools : vs22, net 6.0, scrutor, autoregisterdi