#DatabaseDesign Posts
Handling Soft Deletes in EF Core
When working with business applications, permanently deleting data is often undesirable. Records may need to be restored, audited or retained for compliance purposes. Soft deletes provide a simple solution by marking records as deleted rather than removing them from the database. In this article, we'll explore how to implement soft deletes in Entity Framework Core using query filters and save interception techniques.

Designing a Blog Database Properly
When building a blog, many developers focus on the frontend experience and forget that everything relies on a solid database design. A poorly structured database can quickly become difficult to maintain, inefficient to query, and hard to extend. Let’s break down how to design a proper blog database from the ground up.

Popular in #DatabaseDesign
Handling Soft Deletes in EF Core
Admin in C#
Designing a Blog Database Properly
Admin in SQL
Become a member
Get the latest news right in your inbox. It's free and you can unsubscribe at any time. We hate spam as much as we do, so we never spam!
