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,