Resources  
  • Use CompiledQuery.Compile method to build parameterized DLINQ queriesAug 29, 2008. In this article, I will make use of the CompiledQuery.Compile generated method which receives a Lambda expression as parameter, and then it generates a delegate that returns a generic IQueryable object that one can enumerate it through a foreach loop.
  • Compiled Queries in LINQFeb 11, 2014. This article explains the use of compiled queries to improve performance when a query is fired many times.

About CompiledQuery

NA

OUR TRAINING