karenpayneoregon / calendar-dapper-efcore

Mirror examples against a calendar database using .NET Core 8 with Dapper and EF Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

✔️ Database contains USA holidays from 2000 to 2099.

wip

Existing code

Works when following instructions below.

Create and populate database

  1. Under LocalDb create DateTimeDatabase database
  2. Under the project EntityFrameworkLibrary, Scripts folder, open and run populate.sql

About

Mirror examples against a calendar database using .NET Core 8 with Dapper and EF Core


Languages

Language:C# 95.5%Language:TSQL 4.5%