You are here: Home » LINQ4SP: Query Evaluation

LINQ4SP: Query Evaluation

Posted by aghy
No Comments »

One of my colleagues, Daniel Leiszen is the lead developer of LINQ4SP
project. He started to write a developer series about LINQ4SP. His first article
is brand new, published a few minutes ago: LINQ4SP
- Query Evaluation
:

"The evaluation of a Linq query is quite straightforward. The provider of
the query source creates a new query object based on the given query expression,
and returns it. When the client code tries to iterate through the results, the
query object triggers the provider to evaluate the expression tree and to turn
the tree into one or more CAML queries."

Your email is never shared.
Required fields are marked *




Allowed tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>