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

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

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