Is there any way we could do efficient paging with petapoco and mvc3. At present i am pulling all the records which is certainly not a prefect way to do it.
It was very easy with using LINQ skip() take().
NOTE: this is going to be implemented in an auction portal and database would be massive.
Experts please shed some light.
There's an example of how you could do paged queries in the documentation. And here's the new API.