Skip to content

Audit Trail Implementation in ASP.NET Core with Entity Framework Core

Notifications You must be signed in to change notification settings

iammukeshm/AuditTrail.EFCore.Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audit Trail Implementation in ASP.NET Core with Entity Framework Core.

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.

  1. Scaffolding the CRUD Application.
  2. Getting Started with Audit Trail Implementation in ASP.NET Core
  3. 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/

About

Audit Trail Implementation in ASP.NET Core with Entity Framework Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published