Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 820 Bytes

The program - EntityFrameworkDemo

CodeFactor

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.

Frameworks

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.