C#/WPF
[WPF] Ioc resolve constructor parameter
딸기우유중독
2024. 6. 7. 08:23
https://stackoverflow.com/questions/42734491/specifying-some-constructor-parameters-at-resolve-time
Specifying some constructor parameters at resolve time
I'm facing a rather puzzling situation with DryIoC. This is the first time I use an IoC container, so I may just be misunderstanding everything: from dependency injection, to IoC containers, to Dry...
stackoverflow.com
https://stackoverflow.com/questions/32992976/ioc-dependency-injection-and-constructor-arguments
IoC, Dependency injection and constructor arguments
I have a service that I want to be able to create according to the Inversion of Control principle so I have created an interface and a service class. public interface IMyService { void DoSomeT...
stackoverflow.com
728x90