Audit Trail Implementation in ASP.NET Core Web API

Published: 08 July 2024
on channel: Code Maze
4,724
202

►► Check out our courses: https://bit.ly/cdmz-courses
►► Support us on Patreon and get the source code:   / codemaze  

Hi everyone. My name is Marinko Spasojevic and in this video, I will show you the proper way of implementing an audit trail in ASP.NET Core Web API.

An audit trail refers to the record of all activities that the users perform in an application. We use it to identify who accessed the application, what changes were made, etc.

An audit trail typically includes the information about:

The author of the change
The date and time of the change
The type of change
The changed data

We can store audit trail data in databases, files, storage services, etc. The most common way is to store this kind of data in the application database and we are going to learn how to do that.

FOLLOW US ON SOCIAL MEDIA!
►►   / marinko-spasojevic  
►►   / codemazeblog  
►►   / codemazeblog  


Watch video Audit Trail Implementation in ASP.NET Core Web API online without registration, duration hours minute second in high quality. This video was added by user Code Maze 08 July 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,724 once and liked it 202 people.