Creating SOLID Code: Dependency Inversion Principle
Category: Languages > .net      Posted: 25 Jun 09

This is the last episode in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.

In this episode we will take a look at the D (Dependency Inversion Principle) and see how following this principle can help us to create cleaner, more manageable code

Creating SOLID Code: Interface Segregation Principle
Category: Languages > .net      Posted: 25 Jun 09

This is the fourth in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.

In this episode we will take a look at the I (Interface Segregation Principle) and see how following this principle can help us to create cleaner, more manageable code

Creating SOLID Code: Liskov Substitution Principle
Category: Languages > .net      Posted: 25 Jun 09

This is the third in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.

In this episode we will take a look at the L (Liskov Substitution Principle) and see how following this principle can help us to create cleaner, more manageable code

Creating SOLID Code: Open/Closed Principle (OCP)
Category: Languages > .net      Posted: 25 Jun 09

This is the second in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.

In this episode we will take a look at the O (Open/Closed Principle) and see how following this principle can help us to create cleaner, more manageable code

  • S - Single Responsibility P...

  • Creating SOLID Code: Single Responsibility Principle (SRP)
    Category: Languages > .net      Posted: 25 Jun 09

    This is the first in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.

    In this first episode we will take a look at the S (Single Responsibility Principle) and see how following this principle can help us to create cleaner, more manageable code

  • S - Single R...