C
C#2mo ago
WAASUL

Audit Trails

How would I go about implementing an audit trails system in my ef core web api. I need to track, when something is changed, by whom, when etc. Does anyone have an example?
3 Replies
Angius
Angius2mo ago
Could use a query interceptor
WAASUL
WAASULOP2mo ago
Is it wise to store a snapshot of the entity before changes and one after. I was thinking of storing them as json.
Angius
Angius2mo ago
Temporal tables

Did you find this page helpful?