19 July Entity Framework – Usage of Global Query Filters Posted by Muthukumar Dharmar Categories EF Core, Entity Framework In this short article, we will look into a simple use case where we use a Global Query Filter feature in Entity Framework. Scenario / Use Case There might be cases, we need to apply default filter criteria, whenever we query a table. For example, … Read More