The wpf-dotnet-3-ef repository is good example of starting point to build an WPF application with dotnet core 3.0 and entity framework core.
##Skills required
- WPF
- dotnet core
- DI
- C#
##Steps to Quickly run the example
- Create tesdb database in Sql Server and run script(in sql folder) to restore data.
- Open the .sln file in visual studio 2017
- click on Run button and application should compile and Run.
- You should see 'abc' in the application title - it is the first record in the database test table.
Enjoy! :)