Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frarlo/motorsport-drivers
- Owner: frarlo
- License: gpl-3.0
- Created: 2024-09-02T14:42:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T07:10:21.000Z (3 months ago)
- Last Synced: 2024-11-08T13:10:05.040Z (2 months ago)
- Topics: csharp, dependency-injection, mvvm-architecture, sql, wpf
- Language: C#
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.