SOLID in C#: The Single Responsibility Principle
What Is This Principle? The Single Responsibility Principle [http://en.wikipedia.org/wiki/Single_responsibility_principle] (SRP) states that any class must have one, and only one, reason to change. If a class has more than one reason to change, it should be refactored. Benefits The primary benefit the Single-Responsibility