dotnet-ef-core-samples
dotnet-ef-core-samples copied to clipboard
Samples of the latest EF Core features
dotnet-ef-core-samples
A collection of the latest features of EF Core. These are the more interesting (IMHO), but less commonly used features. The samples have been created to help learn and explore EF Core.
Usage
Each sample is a self-contained console application that can be run independently to explore and learn.
Features
- Backing Fields
- Buffering and Streaming
- Bulk Updates
- Bulk Deletes
- Compiled Models
- Compiled Queries
- Date Only
- DbContext Pooling
- Time Only
- JSON Columns
- Keyset Pagination
- Migration Bundles
- Owned Entities
- Sequences
- Shadow Properties
- Query Filters
- Split Queries
- Table per Concrete Type
- Table per Hierarchy
- Table per Type
- Tags
- Temporal Tables
- Unmapped Types
- Value Converters