Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frarlo/motorsport-drivers

Repository for the Motorsport Drivers project (developed in C# and WPF). Includes a release in order to test the application's functionality.
https://github.com/frarlo/motorsport-drivers

csharp dependency-injection mvvm-architecture sql wpf

Last synced: 9 days ago
JSON representation

Repository for the Motorsport Drivers project (developed in C# and WPF). Includes a release in order to test the application's functionality.

Awesome Lists containing this project

README

        

# Motorsport Drivers Project

Project based on SingletonSean's "Youtube Viewers" tutorial on WPF and C#: https://www.youtube.com/watch?v=54ZmhbpjBmg

## List of changes

1. Instead of "Youtube Viewers" the project is about "Motorsport Drivers".

2. Different version of .NET runtime (this project features the 8 .NET version)

## Features

1. MVVM architecture pattern.

2. CRUD operations in a SQLite embedded database.

3. Async features (in the CRUD operations).

4. Simple error handling.

5. GitHub release.