Is it possible to compile a query in linq-to-objects

Posted by Luke101 on Stack Overflow See other posts from Stack Overflow or by Luke101
Published on 2010-04-16T00:32:12Z Indexed on 2010/04/16 0:33 UTC
Read the original article Hit count: 378

Filed under:
|
|

I have a linq to objects query in a recursive loop and afraid when the objects approach more then 1000 and a have more then 100 users on the site -- my website will break. so is it possible to compile a linq to objects query.

The linq query does nothing more then find the direct children of a node.

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about linq-to-objects