Linq-to-SQL and Performance.
Posted
by jalpesh
on Stack Overflow
See other posts from Stack Overflow
or by jalpesh
Published on 2010-05-08T06:50:15Z
Indexed on
2010/05/08
6:58 UTC
Read the original article
Hit count: 203
asp.net-mvc
|LINQ
HI,
I am developing asp.net mvc site with linq-to-sql we are having 1000 cocurrent users and we are having performance problems.
I have found that stackovewflow is also build on linq-to-sql? So can anybody know how they improved performance.
Without line performance was good each page are loaded in 3 seconds but after migrating to linq as per our client requirement page comes in 8 to 10 seconds which is not acceptable performance.
Our HTML is very clear but we are having very complex database operations.
Any tip or code will be best answer.
Thanks in advance,
© Stack Overflow or respective owner