Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```