Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liannoi/exam-wpf
Windows Presentation Foundation Exam Project
https://github.com/liannoi/exam-wpf
csharp exam exam-practice model-view-viewmodel mvvm windows-presentation-foundation wpf
Last synced: about 1 month ago
JSON representation
Windows Presentation Foundation Exam Project
- Host: GitHub
- URL: https://github.com/liannoi/exam-wpf
- Owner: liannoi
- License: apache-2.0
- Archived: true
- Created: 2019-07-13T15:40:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T17:40:54.000Z (about 4 years ago)
- Last Synced: 2024-09-22T17:02:07.618Z (about 1 month ago)
- Topics: csharp, exam, exam-practice, model-view-viewmodel, mvvm, windows-presentation-foundation, wpf
- Language: C#
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Products Info
[//]: # (Badges)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2e6a32d5bea14237b0cdb1e6847e0fe6)](https://app.codacy.com/app/liannoi/exam-wpf?utm_source=github.com&utm_medium=referral&utm_content=liannoi/exam-wpf&utm_campaign=Badge_Grade_Dashboard)
[![CodeFactor](https://www.codefactor.io/repository/github/liannoi/exam-wpf/badge)](https://www.codefactor.io/repository/github/liannoi/exam-wpf)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/liannoi/exam-winforms/blob/master/LICENSE)[//]: # (Snapshot of the program)
![](https://github.com/liannoi/exam-wpf/blob/master/snapshot.png)
[//]: # (Short description)
Examination project performed by me at the STEP Computer Academy.
A detailed description of the principle of the application is described in the
documentation. In short, the application is a product catalog - allowing your
to perform CRUD operations on a local collection.[//]: # (Paragraphs)
## System requirements
| Visual Studio | .NET Framework | C# |
|------------------|------------------------|-----|
| 2017 (or higher) | 4.8 (is recommended) | 7.3 |## Build and Run
Сlone the repository and run the **Exam.sln** file in Visual Studio.
## Documentation
[Wiki](https://github.com/liannoi/exam-wpf/wiki)
## License
The repository is licensed by [Apache-2.0](https://github.com/liannoi/exam-wpf/blob/master/LICENSE).