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
Threenine's Denizon product line successfully integrate IoT, Artificial Intelligence and Blockchain technology to enable efficient, productive, secure and scalable solutions to help organisations address increasing energy demands, ecological impact and Health & Safety concerns of their staff.
- Book Review: Software Architecture by Example - August 9, 2022
- What is this Directory.Build.props file all about? - July 17, 2022
- Book Review: Software Architecture The Hard Parts - July 14, 2022
In a previous post, I discussed how we can use Configuration API in .net core console application to retrieve custom configuration settings from a Json… Read More »Using IHost .net core console applications