Quantcast
Channel: Perspectives on .NET Programming From Learning Tree International » .NET
Viewing all articles
Browse latest Browse all 6

PreCompiling LINQ Queries with Parameters

$
0
0
In my last post, I looked at precompiling a LINQ query to speed up (at least a little bit) your application. The LINQ statement I used as my example was very simple: Dim res = From o In en.Orders           Select o This post looks at a more realistic example: a LINQ statement that has a Where clause. […]

Viewing all articles
Browse latest Browse all 6

Trending Articles