Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-injection

Is it possible to determine the ASP.NET Core hosting environment in an HTML helper method?

Simple Injector - Inject specific implementation of interface to specific controller

How to pass HttpClientHandler to existing HttpClient?

Using generic interface in the repository pattern

Does Simple Injector have a way to Register with an instance factory in combination with a TypeFactoryContext?

Confused in Dependency Injection

'ServiceCollection' Does not contain a constructor that takes 0 arguments

c# dependency-injection

Microsoft.Extensions.DependencyInjection injects null to constructor instead of throwing an exception when service is missing

Dependency Injection - The name 'Bind' does not exist in the current context - MethodAccessException was unhandled

should my POCO classes communicate with repositories, and if so- how to do it?

Proper way to inject into a base controller without passing from inheriting one

NestJs: Injecting classes without @Injectable()

Decorator for multiple interfaces - a circular dependency riddle in Autofac