How can I get next 10 or 20 row each API request with Entity Framework? – Twitter API
I have thousands of rows, but I don't want to use just Users.ToList() probably that is not efficient. I want to send just 20 or 30 row to API each request. Next 20 rows and next 20 rows I want…