Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 475 Bytes

Infrastructure-Core-Mvc-Soft-Delete.md

File metadata and controls

3 lines (2 loc) · 475 Bytes

Soft Delete

It's common to use the soft-delete pattern which is used to not delete an entity from database but only mark it as 'deleted'. So, if an entity is soft-deleted, it should not be accidentally retrieved into the application. ABP's data filters make this automatically. In ASP.NET Zero, most entities are soft-deleted. See ABP's data filter documentation for more information about this topic.