Skip to content

Example WPF app using MVVM architecture and a local SQlite database.

Notifications You must be signed in to change notification settings

tjohn327/MVVM_SQlite_LocalDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVVM_SQlite_LocalDB

Example WPF app using MVVM architecture and a local SQlite database.

The project uses the following packages:

  • Microsoft.EntityFrameworkCore.Sqlite
  • Microsoft.EntityFrameworkCore.Tools

Create the database by running:

Add-Migration InitialCreate

About

Example WPF app using MVVM architecture and a local SQlite database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages