Tagged articles
Image from Pexels

Tagged articles - soft-delete

Found 1 articles tagged with soft-delete

Implementing soft delete in EF Core using triggers
Entity soft delete implementation in EF Core
0
Implementation approach for soft delete is more-less straight forward thing. Instead of deleting data record, you introduce a flag which will mark the record as deleted and you can simply filter out on it and not show the data with the flag set. This way you do not loose data, but you restrict the end user to see it. This way of "deleting" data records, or better said marking them as deleted applies for certain types of applications, but sometime this requirement may come later as a new feature while the actual delete is in place...read more

.NET

read more

JavaScript

read more

SQL/T-SQL

read more

Umbraco CMS

read more