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. […]
