What Google Searches Return Paging Demos Useful for My Problem?

PostAlmostAnything 1 Reputation point
2021-10-30T22:22:01.347+00:00

I have a problem in which I used the Microsoft Contoso Crafts demo as a roadmap for my first .Net Core application. Today most of my pages timeout because they get all posts data at once. I have posted several questions looking for ways to fix the problem, but have not received any comprehensive answers capable of fully solving the problem.

In once case, someone responded to one of my questions with advice to Google search pagination for examples, but gave me not specific queries that will return the right results. Please look at this question and tell me some specific Google queries that will show me the results I would need to fix my problem (https://learn.microsoft.com/en-us/answers/questions/606490/why-doesn39t-microsoft39s-contoso-crafts-demo-work.html). I need to know more than "google for dozens of paging demos". I need to know what Google searches exactly will result in dozens of useful paging demos for my specific situation. Please list the searches exactly as they should appear in the Google search box in quotes.

My problem can be found at https://stackoverflow.com/questions/69730340/does-ef-core-have-a-query-que

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
696 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,041 Reputation points
    2021-10-31T15:50:53.783+00:00

    Try google:

    Asp.net core EF paging tutorial

    You will get examples and videos.

    0 comments No comments