This is the core library for DEX Filter. It provides filtration, sorting and pagination for IQueryable collections. Supports the following filters: - Equals / NotEquals - Blank / NotBlank - GreaterThan - LessThan - GreaterThanOrEqual - LessThanOrEqual - Range - StartsWith / NotStartsWith - EndsWith / NotEndsWith - Contains / NotContains - Set (return all results that are matching given set of values). It also supports custom filters and custom sorting.
$ dotnet add package DexFilter.CoreNo README available.