Entity Framework and LINQ to SQL Paging
In some applications when we need to display large sets of data , Data Paging is our choice in order to improve the performance. For ASP.NET developers we can use Data Paging mechanism provided by the most of ASP.NET Data-bound Controls such as GridView. The default behavior of ASP.NET Data Controls is to bring the… Continue reading Entity Framework and LINQ to SQL Paging