You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library is Lightweight and very Efficient (warp speed), having all mostly used [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operation.
7
7
Was selected in top 20 [EF Core Extensions](https://docs.microsoft.com/en-us/ef/core/extensions/) recommended by Microsoft.
8
8
Latest version is using EF Core 9.
9
-
Supports all 5 major sql databases: **SQLServer, PostgreSQL, MySQL, Oracle, SQLite**
9
+
Supports all 5 major sql databases: **SQLServer, PostgreSQL, MySQL, Oracle, SQLite.**
10
10
Check out [Testimonials](https://docs.google.com/spreadsheets/d/e/2PACX-1vShdv2sTm3oQfowm9kVIx-PLBCk1lGQEa9E6n92-dX3pni7-XQUEp6taVcMSZVi9BaSAizv1YanWTy3/pubhtml?gid=801420190&single=true) from the Community and User Comments.
11
11
With thousands of pleased users and many satisfied clients from around the globe.
Open source (MIT or cFOSS) authored [.Net libraries](https://infopedia.io/dot-net-libraries/) and other projects (@[**Infopedia.io**](https://infopedia.io/) personal blog post)
17
+
Open source (MIT or cFOSS) authored [.Net libraries](https://infopedia.io/dot-net-libraries/) and other projects (@[**Infopedia.io**](https://infopedia.io/) personal blog post).
Please read [CONTRIBUTING](https://github.com/borisdj/EFCore.BulkExtensions/blob/master/CONTRIBUTING.md) for details on code of conduct, and the process for submitting pull requests. <!-- valid link short also (CONTRIBUTING.md) -->
40
+
Please read [CONTRIBUTING](https://github.com/borisdj/EFCore.BulkExtensions/blob/master/CONTRIBUTING.md) for details on code of conduct, and the process for submitting Pull Requests.
41
41
When opening issues do write detailed explanation of the problem or feature with reproducible example.
42
-
Want to **Contact** for Development & Consulting: [www.codis.tech](http://www.codis.tech) (*Quality Delivery*)
42
+
Want to **Contact** for Development & Consulting: [www.codis.tech](http://www.codis.tech) (*Quality Delivery*).
**Batch** Extensions are made on *IQueryable* DbSet and can be used as in the following code segment.
98
98
They are done as pure sql and no check is done whether some are prior loaded in memory and are being Tracked.
99
-
(*updateColumns* is optional param in which PropertyNames added explicitly when need update to it's default value)
99
+
(*updateColumns* is optional param in which PropertyNames added explicitly when need update to it's default value).
100
100
Info about [lock-escalation](https://docs.microsoft.com/en-us/troubleshoot/sql/performance/resolve-blocking-problems-caused-lock-escalation) in SQL Server with Batch iteration example as a solution at the bottom of code segment.
0 commit comments