Skip to content

A demonstration of a simple wpf todo app written using the mvvm toolkit that uses efcore with mssql

Notifications You must be signed in to change notification settings

colewerner/demo-todo-wpf-mvvm-efcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

demo-todo-wpf-mvvm-efcore

A demonstration of a simple wpf todo app written using the mvvm toolkit that uses efcore with mssql

Technologies

Projects

  • TodoWpf - net7 Wpf app project with views, view models and models
  • TodoDb - mssql database project containing the todo db table
  • Todo.Database - net 7 library containing ef core db context and mappings

Getting Started

  1. Create the todo db by publishing the TodoDb project to localhost\sqlexpress or to localdb
    • Connection string will need to be manually changed in TodoDbContext.cs if not publishing to localhost\sqlexpress
  2. Debug the TodoWpf Project in Visual Studio or Rider

About

A demonstration of a simple wpf todo app written using the mvvm toolkit that uses efcore with mssql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published