Top "Audit-trail" questions

An audit trail (also called audit log) is a security-relevant chronological record, set of records, and/or destination and source of records that provide documentary evidence of the sequence of activities that have affected at any time a specific operation, procedure, or event.

ASP.NET CORE & WEB API: Audit Trail or User activity logging

I created a UserActivity Logging or Audit trail using ServiceFilter. I couldn't use action filter as I need to pass …

logging asp.net-web-api filter asp.net-core audit-trail
Maintaining Referential Integrity - Good or Bad?

We are planning on introducing simple Audit Trail in our database using triggers and separate history table for each table …

sql database-design referential-integrity audit-trail
Best Audit Trail process in asp.net c#?

What is the best way in logging actions, activities, etc done in an asp.net application. Also, which storage is …

c# asp.net audit-trail