/EntityFrameworkDemo

Demo application to show UnitOfWork and MVVM design patter with the help of Unity Dependency Injection and Mvvm-light toolkit.

Primary LanguageC#

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.