I use SimpleInjector in WPF applications and it would be applicable for console applications as well. The procedure in video is nice tho, didnt know you can use it like that

I used SimpleInjector too! I’d leave the Program class alone to serve as the entry point class. Then I’d configure another “Main” class (and all other services) in SimpleInjector and resolve that instead.

Thanks for sharing. I like these video’s they are straight to the point 🙂
Thanks ! I appreciate the positive feedback.

source