I have an ASP.NET Core application with EF Core where I am doing pagination and filter on multiple properties using LINQ. I am t
ASP.NET Core
EF Core
LINQ