C#/WPF/MvvmCross/EntityFramework/SQL/AvalonDock/MahApps.Metro
Using the techstack, TinyCollege is an example of a Desktop CRUD App
- build TinyCollege.Data in Vscode
- Configure context connectionstring in TinyCollege.Data/Models/TinyCollegeContext.cs and TinyCollege.Service/BaseService.cs with your SQLServer
- In Vscode>package manager console - run
update-database
- run TinyCollege.Wpf