A simple implementation for soft deleting entities that you can add it to your project and
soft delete entities that you want to soft delete and handle related data to soft delete
or force delete from the database.
Documentation:...
More information
A simple implementation for soft deleting entities that you can add it to your project and
soft delete entities that you want to soft delete and handle related data to soft delete
or force delete from the database.
Documentation:...
More information
An EF Code First implementation of a derived DbContext with provisions for the soft delete pattern. You would normally subclass the provided class for your own DbContext class. The entities should have a column named IsDeleted or Deleted. Reverse Engineer EF CodeFirst text templates are provided...
More information