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

Developer technologies | .NET | Entity Framework Core
Developer technologies | ASP.NET | ASP.NET Core
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.