Skip to content

Commit c7a07bd

Browse files
authored
Added extension EntityFrameworkCore.Triggered (#2921)
* Added extension EntityFrameworkCore.Triggered * EFCore 3 instead of 3.1
1 parent d106985 commit c7a07bd

File tree

1 file changed

+6
-0
lines changed
  • entity-framework/core/extensions

1 file changed

+6
-0
lines changed

entity-framework/core/extensions/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ NCache Entity Framework Core Provider is a distributed second level cache provid
150150

151151
[Website](https://www.alachisoft.com/ncache/ef-core-cache.html)
152152

153+
### EntityFrameworkCore.Triggered
154+
155+
Triggers for EF Core. Respond to changes in your DbContext before and after they are committed to the database. Triggers are fully asynchronous and support dependency injection, inheritance, cascading and more. For EF Core: 3, 5.
156+
157+
[GitHub repository](https://github.com/koenbeuk/EntityFrameworkCore.Triggered)
158+
153159
### Entity Framework Plus
154160

155161
Extends your DbContext with features such as: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more. For EF Core: 2, 3, 5.

0 commit comments

Comments
 (0)