Entity Framework Classic Features
EF Classic is an EF6 fork that supports both frameworks:
- .NET Framework 4.0 or higher
- .NET Standard 2.0 or higher
The library comes with everything you love from EF6, and with some awesome new features.
Community Features
All these features are free and can be used in a commercial application:
- Batch Query
- Change Tracker
- Include
- Query
- Utilities
- Providers
Enterprise Features
All these features require purchasing a license:
- Batch SaveChanges
- Bulk SaveChanges
- Bulk Insert
- Bulk Update
- Bulk Delete
- Bulk Merge
- Bulk Synchronize
- C# Eval Expression
Future Features
This library is still under development. You can expect a lot more features in future months.