Skip to content

Commit 644ae85

Browse files
authored
Update README.md
1 parent 43729c0 commit 644ae85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public class Startup
9999

100100
### Related articles
101101
[Triggers for Entity Framework Core](https://onthedrift.com/posts/efcore-triggered-part1/) - Introduces the idea of using EF Core triggers in your codebase
102+
[Youtube presentation](https://youtu.be/Gjys0Yebobk?t=671) - Interview by the EF Core team
102103

103104
### Trigger discovery
104105
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 it's recommended to register triggers with your application's DI container instead:

0 commit comments

Comments
 (0)