https://github.com/iwatake2222/itemmanager_wpf_test
C# (WPF) Item Manager App template with various methods
https://github.com/iwatake2222/itemmanager_wpf_test
Last synced: 4 months ago
JSON representation
C# (WPF) Item Manager App template with various methods
- Host: GitHub
- URL: https://github.com/iwatake2222/itemmanager_wpf_test
- Owner: iwatake2222
- Created: 2015-12-14T00:29:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T00:38:09.000Z (almost 10 years ago)
- Last Synced: 2025-05-17T10:11:10.840Z (5 months ago)
- Language: C#
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Item Manager using the following methods
- CSV
- XML
- XML (Serializer)
- Database (SQL)
- Database (O/R Mapping)## Preparation
- Install System.Data.SQLite using NuGet
- Install sqlite-net using NuGet
- Download sqlite.dll from https://www.sqlite.org/download.html and save in the same folder as exe file