Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Z Entity Framework Extensions v5.1.10

Posted By: speedzodiac_
Z Entity Framework Extensions v5.1.10

Z Entity Framework Extensions v5.1.10 / EF4 - EF6 - FCore | 14 Mb (in Total)

Entity Framework Extensions is a library that dramatically improves EF performances by using bulk and batch operations. People using this library often report performance enhancement by 50x times and more!


Entity Framework is reputed to be very slow when saving multiple entities! The performance issue is mainly due to the DetectChanges method and the number of database round-trip.

By example for SQL Server, for every entity you save, a database round-trip must be performed. So, if you need to insert 10000 entities, then 10000 database round-trips will be performed which makes the process INSANELY slow.

Entity Framework Extensions in counterpart only requires a few database round-trips which greatly helps to improve the performance.

Database Provider

Microsoft SQL Server
Microsoft SQL Server Compact
MySQL
SQLite
Oracle
PostgreSQL
InMemory
Pomelo MySql
DevArt MySql
DevArt Oracle

Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more

Home Page - https://www.zzzprojects.com