Skip to content

Commit b67de84

Browse files
authored
Update README.md
1 parent f771a83 commit b67de84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ public class Startup
9696
}
9797
```
9898

99+
### Related articles
100+
[Triggers for Entity Framework Core](https://onthedrift.com/posts/efcore-triggered-part1/) - Introduces the idea of using EFCore triggers in your codebase
101+
99102
### Trigger discovery
100103
In the given example, we register triggers directly with our DbContext. This is the recommended approach starting from version 2.3 and 1.4 respectively. If you're on an older version then its recommend to register triggers with your applications DI container instead:
101104

0 commit comments

Comments
 (0)