Optimizing performance of large ASP.NET applications
Posted
by
NLV
on Stack Overflow
See other posts from Stack Overflow
or by NLV
Published on 2010-02-01T09:53:06Z
Indexed on
2011/01/03
1:53 UTC
Read the original article
Hit count: 568
ASP.NET
|Performance
Hello,
I'm building a asp.net web application with lots and lots of controls and huge volumes of data. My application is very slow and it is taking a large amount of time to load the data into the .net controls like grid, tree view etc. I also have some ajaxified pages and controls in my application. I want to reduce the page load time in each postbacks.
What are the standards/best practices to be followed while developing large asp.net applications?
Thank you.
NLV
© Stack Overflow or respective owner