Skip to content

Commit f2594eb

Browse files
authored
Update README.md
1 parent 91c1bf3 commit f2594eb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ EntityFrameworkCore extensions (performance improvement - into overdrive):
66
Library is Lightweight and very Efficient (warp speed), having all mostly used [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operation.
77
Was selected in top 20 [EF Core Extensions](https://docs.microsoft.com/en-us/ef/core/extensions/) recommended by Microsoft.
88
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.**
1010
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.
1111
With thousands of pleased users and many satisfied clients from around the globe.
1212
Icon>> and Logo (__):
1313
<img src="/EFCore.BulkExtensions/EFCoreBulk.png" height=60> & <img src="EFCoreBulkLogo_small.png" height=60>
1414
(f.forward | rocket time)
1515

1616
**Also take a look into others packages:</br>
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)
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).
1818
|| Project | Type | Description |
1919
| - | ------------------------ | ---- | -------------------------------------------------------- |
2020
| 1* | [EFCore.BulkExtensions](https://github.com/borisdj/EFCore.BulkExtensions) | .Net_Lib(ngt) cF | EF Core Bulk CRUD Ops (**Flagship** Library) |
@@ -37,9 +37,9 @@ And even with Community license, if you want help Development, you can make a Do
3737
[![Button](https://img.shields.io/badge/donate-Bitcoin-orange.svg?logo=bitcoin):zap:](https://borisdj.net/donation/donate-btc.html) ([Moneylution](https://infopedia.io/revolution-of-money/))
3838

3939
## Contributing
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. <!-- 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.
4141
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*).
4343

4444
## Description
4545
Supported databases:
@@ -96,7 +96,7 @@ context.BulkSaveChanges(); context.BulkSaveChangesAsync();
9696

9797
**Batch** Extensions are made on *IQueryable* DbSet and can be used as in the following code segment.
9898
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).
100100
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.
101101
```C#
102102
// Delete

0 commit comments

Comments
 (0)