https://github.com/meowv/entityframeworkdemo
EntityFramework Code First & Database First Demo
https://github.com/meowv/entityframeworkdemo
code-first database-first entityframework
Last synced: 5 months ago
JSON representation
EntityFramework Code First & Database First Demo
- Host: GitHub
- URL: https://github.com/meowv/entityframeworkdemo
- Owner: Meowv
- License: apache-2.0
- Created: 2017-12-09T15:10:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T15:10:15.000Z (about 8 years ago)
- Last Synced: 2025-01-24T01:11:15.486Z (12 months ago)
- Topics: code-first, database-first, entityframework
- Language: C#
- Homepage: https://github.com/idotnet
- Size: 8.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## EntityFrameworkDemo
EntityFramework Database First Demo
### TODO LIST
- [x] 新增
- [x] 简单查询
- [x] 延迟查询
- [x] 根据条件排序和查询
- [x] 分页查询
- [x] 修改
- [x] 删除
- [x] 批处理操作
- [x] LINQ To EF
## CodeFirstDemo
EntityFramework Code First Demo