Program follows the MVVM design principle and utilizes WPF for the user interface.
Main purpouse is to read/write data from sqlite file-database and to demo the UnitOfWork design pattern which is implemented to take advance of the Entity Framework Core.
Mvvm light [http://www.mvvmlight.net]
Entity Framework Core 2.1 [https://docs.microsoft.com/en-us/ef/core/]
Unity Container [https://msdn.microsoft.com/en-us/library/ff647202.aspx]
SQLite [https://www.sqlite.org/index.html]
If debugging is the process of removing software bugs, then programming must be the process of putting them in.