EntityFramework.Triggers
Entity framework event handlers
Adds events for entity inserting, inserted, updating, updated, deleting, and deleted to Entity Framework
Adds events for entity inserting, inserted, updating, updated, deleting, and deleted
374 stars
28 watching
46 forks
Language: C#
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nickstrupat/entityframework.rx | Reactive extension wrappers for hot observables of Entity Framework entities. | 132 |
nickstrupat/entityframework.versionedproperties | Supports fine-grained data versioning in Entity Framework projects | 42 |
nickstrupat/entityframework.softdeletable | Provides base classes and helpers for managing soft-deletable data in EntityFramework applications. | 3 |
nickstrupat/entityframework.typedoriginalvalues | Provides typed access to an entity's original values after changes have been made and saved | 33 |
nickstrupat/entityframework.primarykey | Provides an extension method to retrieve primary keys from entity types in Entity Framework. | 44 |
verifytests/verify.entityframework | Tools for testing and verifying Entity Framework interactions during unit tests. | 58 |
zzzprojects/entityframework.dynamicfilters | Provides global and scoped filtering capabilities for Entity Framework queries. | 501 |
masoniteframework/events | Provides a way to handle events in a web application framework | 2 |
deepcake/chickens | An example of using an entity-component system framework with game engines and physics libraries to create interactive content | 1 |
giorgi/entityframework.exceptions | A set of strongly typed exceptions for Entity Framework Core to handle common database errors and provide more informative error messages. | 1,512 |
chrispenner/eve | A modular event-driven application framework for building extensible software | 109 |
dcfapixels/dragonecs | A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. | 176 |
sjh37/entityframework-reverse-poco-code-first-generator | Generates Entity Framework Code First Poco classes from an existing database | 710 |
orthecreedence/event-glue | A compact, extendable event handling system for decoupling interface logic from application-specific code | 20 |
softfluent/entityframeworkcore.dataencryption | An extension to Entity Framework Core that adds support for encrypting data in entity properties | 329 |