Which query extension methods can you use to implement paging over a LINQ to SQL query?

 Posted by Rajkatie on 8/7/2012 | Category: ADO.NET Interview questions | Views: 4049 | Points: 40
Select from following answers:
  1. Contains and Intersect
  2. Skip and Take
  3. GroupBy and Last
  4. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Muktesh.Chavle on: 8/10/2012 | Points: 10
Skip and Take

Login to post response