Entity Framework Core 8 code samples
The intent for this repository is to demonstrate new features for Entity Framework Core 8. Base code samples were obtained from Microsoft which are fantastic but not setup for newcomers to learn from so those code samples were simply refactored for ease of learning.
Entity Framework Core 8: Improved JSON, queryable collections , and more… | .NET Conf 2023
Note Extracting code samples is not as easy as many developers would think, hopefully they are of use.
- NorthWind2023Library for code samples, datetime columns changed to date.
- NorthWind2023App currently does a simple example for DateOnly, more to follow
- ComplexTypesSampleApp for complex types simple
- ImmutableComplexTypesSampleApp for ImmutableComplex Types
- ExecuteUpdateDeleteSampleApp samples for ExecuteUpdate and ExecuteDelete
- DateOnlyTimeOnlySampleApp example for working with DateOnly
- HierarchyIdSampleApp example for working with HierarchyId for SQL-Server
More code samples to follow.