Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Mar 5, 2019
2 parents 8bba9be + 4056d8f commit a0cdfd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/features/bulk-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ context.BulkMerge(customers, options => options.ColumnPrimaryKeyExpression = cus
| Operations | 1,000 Entities | 2,000 Entities | 5,000 Entities |
| :-------------- | -------------: | -------------: | -------------: |
| SaveChanges | 4,000 ms | To long... | Way way to long... |
| BulkUpdate | 80 ms | 110 ms | 170 ms |
| BulkMerge | 80 ms | 110 ms | 170 ms |

[Try it](https://dotnetfiddle.net/L1yqaL)

Expand Down
6 changes: 6 additions & 0 deletions docs/pages/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ You must also ensure that you use the model copied to the directory output
// Good
<add name="Entities" connectionString="metadata=.\Model.csdl|.\Model.ssdl|.\Model.msl;..." providerName="System.Data.EntityClient" />
```

## Demo

You can find very light demo using EF Classic here: https://github.com/zzzprojects/EntityFramework-Classic/tree/master/demo
You can find a lot of online example using EF Classic here: https://entityframework-classic.net/online-examples

0 comments on commit a0cdfd7

Please sign in to comment.