I can use to implement timestamped columns (created_at, updated_at) and soft deletes in EF Core?
I have found some tutorials on implementing it manually but I would prefer packages that have been reviewed and cover more edge cases than trying to rebuild it myself.
You can use history tables in sqlserver instead of adding created at and updated at
Обсуждают сегодня