design patterns
How to use the Abstract Factory design pattern in C#
Learn how to use the Abstract Factory .NET Design Pattern C# in order to help improve and enhance your code for greater testability.
Book Review: A Philosophy of Software Design
This book discusses how to decompose complex software systems into modules that can be implemented relatively independently. The discussion first begins with fundamental problem in software design, managing complexity.
How to use Factory Method Design Pattern in C#
Factory Pattern creates objects, in this post we will implement the factory design pattern in a C# application. Using the Factory pattern, we develop an abstraction that isolates the logic for determining which type of class to create.
Using IHost .net core console applications
an example of how to develop .NET Core console applications using IHost, generic interface to develop headless services.