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

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

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.

![wip](asssets/WorkInProgress.png)

## 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