How to Implement a Soft Delete Strategy with Entity Framework Core is a way to reverse accidental deletes. The.NET Tools Blog will explore how to implement a Soft delete strategy with EF Core and how to use it during writing and reading to your database engine of choice.

9m read timeFrom blog.jetbrains.com
Post cover image
Table of contents
What is a Soft Delete?Entity Framework soft deletes with InterceptorsAutomatically filter soft-deleted recordsPutting it all together with reads and writesConclusion

Sort: