Hi,
We are looking to build a synchronous web service which has high data volume. In order to present data in a acceptable performance, we need to page through the data instead of just returning everything.
Is there any inbuilt way we can maintain this pagination?
Any workaround are also welcome.
Thanks.