Description: Using net core 2.2.5, and code first, it will help you solve the problem of audit on entity.
- Open AppSetting.json and change your connection.
- Generate database with "code first" by command "update-database -context TestDbContext".
- If you need more information about it you can get it from: c-sharp.vn.