EF Core 2.1 is the latest version of Entity Framework Core announced at Build 2018. Here is a list of new features in this verision.
- Lazy loading
- Data seeding
- Query types
- Value conversions
- Non-default constructors
- GroupBy translation
- SQL injection code analyzer
- Include for derived types
- Change tracking events
- System Transactions support
- Column ordering
- And more
Watch this Build video to learn more about these features.