Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.38 KB

Description

Build status CodeFactor codecov

The program is implemented with .NET Core 3.0 preview, follows the MVVM design principle and uses WPF for the user interface. Additionally, the code is divided into layers, utilizing onion structure and CQS approach for the use-case implementation.

Architecture

Third party components

If debugging is the process of removing software bugs, then programming must be the process of putting them in.