Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potatomaster101/mvvm_test
A simple WPF application to play around with MVVM
https://github.com/potatomaster101/mvvm_test
csharp mit-license mvvm netcore wpf
Last synced: 14 days ago
JSON representation
A simple WPF application to play around with MVVM
- Host: GitHub
- URL: https://github.com/potatomaster101/mvvm_test
- Owner: PotatoMaster101
- License: mit
- Created: 2021-02-19T14:42:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T03:15:23.000Z (over 3 years ago)
- Last Synced: 2024-11-08T16:29:58.671Z (2 months ago)
- Topics: csharp, mit-license, mvvm, netcore, wpf
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MVVM Test
A simple WPF application to play around with MVVM.## Building
Requires [`dotnet`](https://dotnet.microsoft.com/download) to build.
```
$ git clone https://github.com/PotatoMaster101/mvvm_test
$ cd mvvm_test
$ dotnet build -c Release
```