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.
Each sample is a self-contained console application that can be run independently to explore and learn.
- 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