Solving common problems with Compiled Queries in Linq to Sql for high (msmvps.com)
submitted by
oazabir(1790) 3 years, 3 months ago
If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write.
|category: Linq
|Views: 292
tags:
LINQ ASP.NET Performance another
Everyones tags:
Your Tags: