/CoreDemoApp

Demo application using .NET Core 3.0 and Entity Framework Core with WPF user interface implemented in MVVM manner.

Primary LanguageC#MIT LicenseMIT

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.