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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -