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
Copy file name to clipboardExpand all lines: docs2/pages/getting-started/tutorial-introduction.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Introduction
2
2
3
3
## Introduction
4
-
Entity Framework Extensions allow you to improve dramatically your save operations performance.
4
+
Entity Framework Extensions allows you to improve dramatically your save operations performance.
5
5
6
6
It's easy to use, and easy to customize.
7
7
8
8
## Bulk SaveChanges
9
9
The BulkSaveChanges works like SaveChanges but way faster.
10
10
11
-
BulkSaveChanges use Bulk Operations to save all entities in the Change Tracker efficiently instead of performing a database round-trip for every entity like SaveChanges does.
11
+
BulkSaveChanges uses Bulk Operations to save all entities in the Change Tracker efficiently instead of performing a database round-trip for every entity like SaveChanges does.
0 commit comments