How do you page through a collection in LINQ given that you have a startIndex and a count?
|
|
A few months back I wrote a blog post about Fluent Interfaces and LINQ which used an Extension Method on IQueryable and another class to provide the following natural way of paginating a LINQ collection.
You can get the code from the MSDN Code Gallery Page: Pipelines, Filters, Fluent API and LINQ to SQL. |
|||
|
|
|
|
You might want to take a look at Rob Conery's PagedList. |
||
|
|
|
|
It is very simple with the Skip and Take extension methods. |
||||||||||
|
