Skip to content

Commit f635096

Browse files
committed
Add readme
1 parent 4016f5d commit f635096

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

EF7Bulk/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# EF7 - Bulk updates and Bulk deletes
2+
3+
Finally the long awaited **bulk update** and **bulk delete** feature is heading towards Entity Framework 7. So we will have a look how to use it and what might be some limitations.
4+
5+
Also I will have a quick look at the performance aspect, because this was the main driver for that feature.
6+
7+
Found [here](https://steven-giesel.com/blogPost/09dd41f9-a0ca-497b-90db-19a89b68b8a0)

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Contains all of my examples from various blog posts. You can find a comprehensiv
44

55
| BlogPost | Publish Date |
66
| ---------------------------------------------------------------------------------------- | ------------ |
7+
| [EF7 - Bulk updates and Bulk deletes](EF7Bulk/) | 21.08.2022 |
78
| [Mediator Pattern - CQRS with MediatR](MediatorPattern/) | 06.08.2022 |
8-
| [Logging Source Code Generators](LoggingSourceCodeGenerator/) | 27.07.2022 |
9+
| [Logging Source Code Generators](LoggingSourceCodeGenerator/) | 27.07.2022 |
910
| [Blazor Client - Loading Screen](BlazorClientLoadingScreen/) | 12.07.2022 |
1011
| [Central nuget store for your UNO Platform App](UnoDirectoryBuildProps/) | 23.06.2022 |
1112
| [ObjectPool - Rent and return some instances](ObjectPool/) | 02.06.2022 |

0 commit comments

Comments
 (0)