Solid Principle examples anywhere?
        Posted  
        
            by 
                user231465
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user231465
        
        
        
        Published on 2012-10-28T10:56:21Z
        Indexed on 
            2012/10/28
            11:00 UTC
        
        
        Read the original article
        Hit count: 319
        
c#
|design-patterns
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
© Stack Overflow or respective owner