Click here to Skip to main content
15,888,461 members
Articles / Web Development / ASP.NET / ASP.NET Core

Configuring Dependency Injections in .NET Core without any Code using Service Installer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
10 Apr 2020CPOL 7.3K   7  
How to use an interface called IServiceInstaller that you can use to configure Dependency Injections and then automatically read it with a simple line of reflection code
In this article, I explain how to use an interface called IServiceInstaller which you can use when you want to configure Dependency Injections and then read it automatically with a simple line of reflection code.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions