How to Split services registrations in .Net core DI using Extension Methods?
In .NET Core, the built-in dependency injection (DI) container makes it easy to register and resolve dependencies in your applications. You can use the container to manage the lifetime of your dependencies and inject them into your classes as needed....
mbarkt3sto.hashnode.dev3 min read