I have a function that retrieves data from database and add it into list. My list is ready and shows the data but i want paging on that list so that it shows limited records
_context.skip(5).take(10)
Try to use this one. Better explanation in this question Paging with LINQ for objects