Here is a handy technique to track changes that are done by your logged-in users. Ever wondered who had updated the value of a certain entity record in your ASP.NET Core Application? You would want to always keep a record of each and every modification made to your application data. This is quite vital for many businesses as well.
Topics Covered.
- Scaffolding the CRUD Application.
- Getting Started with Audit Trail Implementation in ASP.NET Core
- BONUS – Cleaner way to Update Entities via EFCore. 4 An Alternative – NuGet package.
Read more here - https://codewithmukesh.com/blog/audit-trail-implementation-in-aspnet-core/