Wednesday, February 20, 2019

Change Logging with Entity Framework

Has anybody had any experience with implementing change logs with Entity Framework? I want to record things like:

  • DateTime of change
  • Fields that were changed
  • Old values
  • New values

The best solution I can see is this one from Matthew Jones however it doesn't seem to be able to record new additions to tables.

Is there a better/more updated way than this? I'm sure this is bound to be a fairly common thing to implement but maybe I don't have the name right as I can't seem to find any NuGet packages that plug into EF out of the box.

Thanks for any help that can be provided.

Change Logging with Entity Framework Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team