Solid Principle examples anywhere?
- by user231465
We all write code with some patterns even when we dont realise it. I am trying to really understand some of the solid principles and how you apply this principles in the real world.
I am struggling with the "D"
my understanding on Dependency Inversion I sometimes confuse with Dependency Injection is that as long as you keep things depending on abstraction (IE:interfaces) you are done.
Has anybody got a small c# sample that explains it?
thanks