Implementing the Inversion of Control Pattern in C# http://www.codeguru.com/columns/experts/implementing-the-inversion-of-control-pattern-in-c.htm
SOLID Principles in C# – An Overview http://www.codeguru.com/columns/experts/solid-principles-in-c-an-overview.htm
SOLID principles with real world examples http://blog.gauffin.org/2012/05/solid-principles-with-real-world-examples/#.Ulv_JlC1G8M
ref: http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)
Initial Stands for (acronym) Concept S SRP Single responsibility principle a class should have only a single responsibility. O OCP Open/closed principle “software entities … should be open […]