EntityHooks icon indicating copy to clipboard operation
EntityHooks copied to clipboard

Provides an extension points for EF DbContext in order to hook database operations.

Results 3 EntityHooks issues
Sort by recently updated
recently updated
newest added

Hi there, We are using this package in EF6 and it's working well, but running into trouble with where to register hooks exactly. The logical place is in the constructor...

hi, Is there a way to use this to check how many times a dbContext asks the database for data? In my integration tests I want to assert that the...

question

This way the inheritors have full control over before and after the call to the SaveChanges of the DbContext happens.I had an issue where i needed to implement audit and...