Skip to content

benmccallum/EfCore.GenericEventRunner

 
 

Repository files navigation

EfCore.GenericEventRunner

This library allows users of Entity Framework Core (EF Core) to add events to their entity classes, i.e. the classes that EF Core maps to a database. It is useful if you have business rules that are triggered by a property changing, or an event such as receiving an customer order and you need to check some things before you can accept it.

V2.1.0 has a number of new features. See ReleaseNotes for more information.

This is an open source project (MIT license) available on GitHub and as a NuGet package.

Documentation and links to articles can be found via the Documentation link.

Useful articles

About

A library to allow developer use events to update their database via Entity Framework Core (EF Core)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%