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

Precompiling LINQ Queries in .NET Framework 4.5

$
0
0
While it is possible to precompile LINQ queries for Entity Framework either to have your queries run faster (either without parameters or with parameters) or to run your queries on a background thread, in .NET Framework 3.5/4, it’s neither pretty nor fun. The code isn’t particularly ugly but it does require some additional effort for […]

Viewing all articles
Browse latest Browse all 6

Trending Articles