Is it possible to compile a query for linq-to-objects
- by Luke101
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.