Thursday 21 January 2021

C# Extension Methods and the Interface Segregation Principle

 

How do you add a method to and interface without altering the interface? In C#, the answer is extension methods.

Topics include:
  • C#
  • Extension methods
  • SOLID code
  • The Interface Segregation Principle
  • Turtle graphics
  • Kebab casing
Related Videos:

No comments:

Post a Comment

The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...