entity framework core EF Core - Database Auditing with "UpdatedBy" In this post we'll look at implementing Auditing in EF Core. specifically recording the last user to "touch" (create, update or delete) a row. This is especially useful