Rewriting Hello World according to SOLID in .NET
December 22, 2016 5 Comments
Introduction
There are numerous posts on this blog dedicated to various software principles. One of those principles is SOLID with special attention to ‘D’, i.e. the dependency inversion principle (DIP).
In this short post we’ll rewrite the classic introductory C# Hello World program according to what we’ve learnt before.