Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to Replace Built in IoC with my own IoC?

$
0
0

As we all know In asp.net Startup class there is a method ConfigureServices we can add custom Services. Services are made available through Dependency Injection.

ASP.NET Core includes a simple built-in inversion of control (IoC) container that supports constructor injection by default, but can be easily replaced with your IoC container of choice. In addition to its loose coupling benefit, DI makes services available throughout your app

My Question is how to Replace Built in IoC with my Own IoC?


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>