How to implement Change Tracker with Original Values? (Audit Log Purpose)
Our Application Version "ASP.NET MVC 5.X + ANGULARJS 1.X".
Please guide us in detail.
1 Answer(s)
-
0
Hi @velu,
Currently entity history feature is available for Entity Framework Core. We have plans to implement it for EF 6.x (<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/2835#issuecomment-354750769">https://github.com/aspnetboilerplate/as ... -354750769</a>), but we are not sure when we will start working on it.
So, currently you need to implement it by yourself. You can take this as an example <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/2835/files">https://github.com/aspnetboilerplate/as ... 2835/files</a>.