Linq to SQL solve Transaction deadlock and Query timeout problem using(msmvps.com)
submitted by
oazabir(1805) 3 years, 2 months ago
Linq to SQL generated queries do not contain WITH (NOLOCK) or transaction isolation level. So, you end up with transaction deadlocks and query timeout due to lock contentions on production websites under heavy load. This article shows you ways to overcome this.
|category: Linq
|Views: 355
tags:
LINQ another
Everyones tags:
Your Tags: