C# Interfaces Extensibility 3This post continues from the previous post C# Interfaces Extensibility 2. January 9, 2019 in C# tagged interface / interfaces / extensibility / C# Interfaces by Mike
C# Interfaces Extensibility 2This post shows us how we built the previous post called C# Interfaces Extensibility. Below is how we […] January 8, 2019 in C# tagged interface / extensibility / implements / logger / dependency / injection / C# Interfaces by Mike
C# Interfaces ExtensibilityLet’s use an example to illustrate how interfaces can be used in our own code. We have a […] August 4, 2018 in C# tagged principle / interfaces / oop / extensibility / OCP / dependency / injection / open / closed / C# Interfaces by Mike