https://github.com/t2wain/electricaldb
A reference implementation of EntityFramework Core
https://github.com/t2wain/electricaldb
electrical-engineering entity-framework-core microsoft-access-database sqlite3
Last synced: 12 months ago
JSON representation
A reference implementation of EntityFramework Core
- Host: GitHub
- URL: https://github.com/t2wain/electricaldb
- Owner: t2wain
- Created: 2023-11-26T17:32:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T14:23:11.000Z (over 2 years ago)
- Last Synced: 2025-04-05T21:19:39.890Z (about 1 year ago)
- Topics: electrical-engineering, entity-framework-core, microsoft-access-database, sqlite3
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Reference Implementation of Using EntityFramework Core
The objective of this project is to implement a typical code-first design of EntityFramework Core. It will be used as a reference guide for future projects that use EntityFramework Core.