← Back
Milan Jovanovic August 5, 2025 8m

Named Query Filters in EF Core 10 Are a Game Changer

Summary

The transcript discusses a new feature in Entity Framework Core 10 that allows multiple query filters on a single entity, addressing a previous limitation in database querying. The key topic revolves around query filters, which are predicates applied to entities that automatically convert to SQL and are commonly used for filtering soft deleted records, tenant-based filtering, and managing active/inactive flags. The practical takeaway is that developers can now define multiple query filters on a single entity, providing more flexibility and reducing query duplication when working with database operations.

View original episode ↗