https://github.com/ukcoderj/adventureworksefcore
Very Basic EF Core Console App Connecting to an AdventureWorks DB
https://github.com/ukcoderj/adventureworksefcore
Last synced: about 1 year ago
JSON representation
Very Basic EF Core Console App Connecting to an AdventureWorks DB
- Host: GitHub
- URL: https://github.com/ukcoderj/adventureworksefcore
- Owner: ukcoderj
- Created: 2019-10-14T13:51:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T14:47:16.000Z (over 6 years ago)
- Last Synced: 2024-11-04T14:57:22.922Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventureWorksEfCore
Very Basic EF Core/ Dapper (another ORM) Console App Connecting to an AdventureWorks DB
Used as base for working out azure db pricing.
Also used for checking the speed of Dapper vs Entity Framework (Dapper is faster).