© Dmitri Nesteruk 2019
Dmitri NesterukDesign Patterns in .NEThttps://doi.org/10.1007/978-1-4842-4366-4_1

1. The SOLID Design Principles

Dmitri Nesteruk1 
(1)
St. Petersburg, c.St-Peterburg, Russia
 
SOLID is an acronym that stands for the following design principles (and their abbreviations):
  • Single Responsibility Principle (SRP).

  • Open-Closed Principle (OCP).

  • Liskov Substitution Principle (LSP).

  • Interface Segregation Principle (ISP).

  • Dependency Inversion Principle (DIP).

These principles were introduced by Robert C. Martin in the early 2000s; in fact, they are just a selection of five principles out of dozens that are expressed in Martin’s books and his blog. These five particular topics permeate the discussion of patterns and software design in general, ...

Get Design Patterns in .NET: Reusable Approaches in C# and F# for Object-Oriented Software Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.