vkradio / AuditTrail.EFCore.Demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 77.3%Language:HTML 19.6%Language:CSS 2.7%Language:JavaScript 0.4%