Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Example: https://dotnetfiddle.net/awlJdf
Benchmark: https://dotnetfiddle.net/35mQ0W
EF Core Package:...
More information
EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO entities that can be
unit tested, achieving over 90% code coverage. They also generate an ODATA service with authentication.
Provider for Entity Framework 4.0 through 5.0 allowing EF to work with a VistaDB 5.2 database. For EF 6.0 and later use the package VistaDB.5.Entity.6. Requires a separate installation of VistaDB 5.2.