up vote 1 down vote favorite
2
share [g+] share [fb]

I just read up on a performance of LINQ, and there is a HUGE amount to be gained by using Compiled LINQ.

Now, why won't I always use compiled LINQ?

link|improve this question

61% accept rate
Does this apply to all LINQ expressions or just LINQ to SQL ? – chakrit Oct 25 '08 at 17:32
feedback

1 Answer

up vote 3 down vote accepted

Short answer: when it's only going to happen once in a long time.

Long Answer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.