Skip to content

Commit

Permalink
Add AutoCompute to EF Core Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz committed Aug 4, 2024
1 parent e4a55df commit 017078d
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 @@ -351,6 +351,12 @@ Update an entity graph in store to a given one by inserting, updating and removi

[GitHub repository](https://github.com/jtheisen/reconciler)

### AutoCompute

Persisted computed properties in EF Core that update automatically on save changes. For EF Core: 8.

[GitHub repository](https://github.com/lucaslorentz/auto-compute) | [NuGet](https://www.nuget.org/packages/LLL.AutoCompute.EFCore)

## API Integrations

These packages are designed to integrate directly with EF Core to expose various APIs.
Expand Down

0 comments on commit 017078d

Please sign in to comment.