Skip to content

Commit

Permalink
Added extension EntityFrameworkCore.Triggered (#2921)
Browse files Browse the repository at this point in the history
* Added extension EntityFrameworkCore.Triggered

* EFCore 3 instead of 3.1
  • Loading branch information
koenbeuk committed Dec 2, 2020
1 parent d106985 commit c7a07bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ NCache Entity Framework Core Provider is a distributed second level cache provid

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

### EntityFrameworkCore.Triggered

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.

[GitHub repository](https://github.com/koenbeuk/EntityFrameworkCore.Triggered)

### Entity Framework Plus

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.
Expand Down

0 comments on commit c7a07bd

Please sign in to comment.