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 interfaces / oop / extensibility / OCP / dependency / injection / open / closed / principle / C# Interfaces by Mike
C# Upcasting and DowncastingThe post C# Introduction lists all of the C# series of posts we have at this site. What […] August 4, 2018 in C# tagged WPF / cast / upcasat / upcasting / downcast / downcasating / as / C# Inheritance by Mike
C# Constructors and InheritanceThe post C# Introduction lists all of the C# series of posts we have at this site. There […] August 4, 2018 in C# tagged inheritance / constructors / C# Inheritance by Mike
C# Protected Access ModifierIn the previous post we discussed the public and private access modifier. In this post we will follow […] August 4, 2018 in C# tagged access / protected / modifier / C# Access Modifiers by Mike