Before looking at the code, Read about – What is JumpStart?
IQueryable basically generates the complete expression tree and then executes it to get results, where are it is not true in IEnumerable scenario. But still IQueryable is inherited from IEn...