Global Query Filters in EF Core
One useful feature of EF Core is the ability to define global query filters. Global query filters allow you to specify filters that are automatically applied to all queries for a given entity type. This can be useful in a variety of scenarios, such a...
mbarkt3sto.hashnode.dev5 min read