EFHooks icon indicating copy to clipboard operation
EFHooks copied to clipboard

Entity Framework Hooking tools

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

Upgraded EF (to 5) Upgraded NUnit Added strong name key file

- Upgrade to EF5 with support for .NET 4 and 4.5 - Ability to use an existing context within a hook (this is from an old pull request) - Support...

I would like to be able to create and save a new entity in another entity's PostInsertHook Hook-method, but I do not want to create a new DbContext instance. My...