SOLID Principles reminder with Dependency Injection using Ninject
I wanted to have fun, I had a little time, and voilà!
It's my main programmation language, and I like it quite a lot. C# standard 4.7.2 used here.
Dependency Injection allows for a framework (Ninject here) to supply and replace classic object creation and can be very powerful. I don't even scratch the surface here.
Sure, have fun !