Single Responsability Principle in C# | SOLID Principles



Single Responsability Principle in C# | SOLID Principles

Single Responsability Principle in C# | SOLID Principles

In this video, you will learn about the Single Responsibility Principle, part of the SOLID principles.

00:00 – What are the SOLID Principles?
01:34 – What is coupling?
09:58 – What is cohesion?
15:21 – The Single Responsability Principle
19:17 – Examining the sample project
26:58 – Applying the SRP Principle