-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Pawel Gerr edited this page Jul 15, 2019
·
36 revisions
This library extends Entity Framework Core by a few features to make easier to work with, for easier integration testing or to get more performance in some special cases.
Performance:
- Bulk-Insert (into real- and temp-tables) (SQL Server)
Features:
- RowNumber Support (SQL Server)
- Changing schema at runtime
- If-Exists / If-Not-Exists checks in migrations (SQL Server)
Convenience:
Stability:
Integration Testing:
- Base class for isolation of tests (SQL Server)
- Collection Parameters (temp-tables light) (SQL Server)
- Window Functions Support (RowNumber, Sum, Average, Min, Max)
- Nested (virtual) Transactions
- Table Hints (SQL Server)
- Queries accross multiple databases (SQL Server)
- Changing default schema at runtime
- If-Exists / If-Not-Exists checks in migrations (SQL Server)
- Migrations: include-columns (SQL Server)
- Migrations: identity column (SQL Server)
- Migrations: (non-)clustered PK (SQL Server)