Precompiling LINQ Queries

Posted on SQL Server Central See other posts from SQL Server Central
Published on 2010/05/18 Indexed on 2010/05/18 6:03 UTC
Read the original article Hit count: 376

Filed under:
Did you know that by precompiling LINQ queries you might actually be degrading your app’s performance if you’re not careful? Julie Lerman explains how to ensure you’re not re-precompiling queries each time and losing the expected performance benefits across post-backs, short-lived service operations and other code where critical instances are going out of scope.

© SQL Server Central or respective owner