C# Interfaces IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. A […] April 5, 2016 in C# tagged introduction / interface / interfaces / C# Interfaces by Mike
C# Disposable ObjectsWhat are disposable objects? The book C# 5.0 In A Nutshell, The Difinitive Reference published by O’REILLY written […] June 10, 2018 in C# tagged form / asp / disposable / C# Interfaces by Mike
C# Interfaces TestabilityThis post is based on Mosh Hamedani’s course at Udemy.com. It’s from his C# Intermediate course, section 6 […] August 6, 2018 in C# tagged interfaces / oop / 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
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 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 IllustratedThe book Illustrated C# 7, Fifth Edition by Daniel Solis and Cal Schrotenboer published by Apress says: “An […] December 1, 2018 in C# tagged C# Interfaces by Mike
C# Interface IComparableWhen dealing with objects, you often want to make comparisons between them. This is especially important in collections, […] December 1, 2018 in C# tagged C# Interfaces by Mike