This application was built to provide a way to save our workout, create it, modify and delete if necessary.
The project is a WPF desktop application build on .Net Core 5 that uses Caliburn Micro. The App is connected to Microsoft SQL server database and every operation that involves database is done with Dapper. Unit tests were done with Xunit.
Application features:
Language | C#, Xaml, SQL |
---|---|
IDE | Visual studio |
FrameWork | .NET Core 5 |
Nuget packages | Caliburn Micro, Dapper, Serilog |
Type | Desktop application, WPF, MVVM |
Data Base | Microsoft SQL server |