Pagination with EF 7 Asp.net 5 MSQL 2008

1

Hello, I would like to know if anyone has any solution for paging using EF - Entity Framework for versions prior to MSQL 2012

    
asked by anonymous 20.02.2016 / 15:53

1 answer

0

Yes, PagedList.Mvc .

I also recommend installing the PagedList.EntityFramework to support asynchronous operations.

    
20.02.2016 / 17:44