https://github.com/karenpayneoregon/calendar-dapper-efcore
Mirror examples against a calendar database using .NET Core 8 with Dapper and EF Core
https://github.com/karenpayneoregon/calendar-dapper-efcore
dapper-donet-core ef-core-8 net8 sqlserver
Last synced: 2 months ago
JSON representation
Mirror examples against a calendar database using .NET Core 8 with Dapper and EF Core
- Host: GitHub
- URL: https://github.com/karenpayneoregon/calendar-dapper-efcore
- Owner: karenpayneoregon
- Created: 2023-12-01T18:16:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T12:18:19.000Z (over 2 years ago)
- Last Synced: 2025-06-07T15:02:28.201Z (about 1 year ago)
- Topics: dapper-donet-core, ef-core-8, net8, sqlserver
- Language: C#
- Homepage:
- Size: 1.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
## EF Core 8 and Dapper: calendar examples
A repository for working example using Dapper and EF Core for working with a calendar database.
Currently there are only two code samples for each EF Core and Dapper and each has the exact same samples.
More to follow as it take time to mirror both methods for each EF Core and Dapper.
:heavy_check_mark: Database contains USA holidays from 2000 to 2099.

## Existing code
Works when following instructions below.
## Create and populate database
1. Under LocalDb create `DateTimeDatabase` database
1. Under the project `EntityFrameworkLibrary`, Scripts folder, open and run populate.sql