https://github.com/step63r/pcscsamplewpf
Sample WPF application for trying PCSC with MVVM.
https://github.com/step63r/pcscsamplewpf
dotnet mvvm pcsc sample wpf
Last synced: 2 months ago
JSON representation
Sample WPF application for trying PCSC with MVVM.
- Host: GitHub
- URL: https://github.com/step63r/pcscsamplewpf
- Owner: step63r
- License: mit
- Created: 2025-02-14T16:28:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T16:41:57.000Z (over 1 year ago)
- Last Synced: 2025-02-21T17:41:47.245Z (over 1 year ago)
- Topics: dotnet, mvvm, pcsc, sample, wpf
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCSC Sample WPF

## Description
Sample WPF application for trying PCSC with MVVM.
## Requirement
- Windows 11 Pro 24H2+
- .NET 8
- Visual Studio 2022
## Usage
Build this with Visual Studio 2022 and run.
## Install
Fork and clone this repository.
```
$ git clone git@github.com:yourname/PCSCSampleWpf.git
```
## Contribution
1. Fork this repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create new Pull Request
## License
MIT License
## Author
[minato](https://blog.minatoproject.com/)