/EFCore6Demos

These are the demos I used in the conference session "EF Core 6: Working on the Bucket List" [ DotNext 2021, BuildStuff 2021, CodeMag Webinar Jan 2022]

Primary LanguageC#

EF Core 6 Demos

These are the demos I used in the conference session "EF COre 6: Working on the Bucket List"

Presented at

DotNext 2021 October 2021
BuildStuff November 2021
CodeMag Webinar Jan 2022

There are 5 demos across the branches of this repository.

  1. Comparing EF Core 5 Query Performance to EF Core 6
  2. (2 branches: EFCOre5PerfBDN and EFCore6PerfBDN)
    BDN stands for [BenchmarkDotNet](https://benchmarkdotnet.org)
  3. Temporal Table Support
  4. Branch TemporalTableSupport
  5. Migration Bundles
  6. Branch BundlesBEFORE
  7. Pre-Compiled Models
  8. Branch CompiledModelsBEFORE
  9. Bulk Configurations and Value Converters
  10. Branch BulkConfig