c# - Entity Framework Create Audit Table/History table? -


i want create history/audit table particular entity. complex entity many child tables , using repository patter our application. looked overriding dbcontext savechanges?. practice use specially 1 entity?. other options?.

thanks in advance.

i've been working on library might help.

take @ audit.entityframework library, intercepts savechanges() , can configured filter entities want audit.


Comments

Popular posts from this blog

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -