In this age of business-to-business and business-to-consumer e-commerce, slow Web applications not only waste company resources,
they can cause enough problems that they drive potential customers away from your company.
These articles focus on the various techniques commonly used to improve ASP.NET performance.
Optimization articles
[2008.04.15] - Disable the Session Another tip from our ASP.NET performance optimization series: Disable the session if you are not using it.[Read more...]
[2008.04.02] - Use caching for your ASP.NET application. One of the first things you should do before writing a line of application code is architect the application to exploit the ASP.NET Cache features to the maximum.[Read more...]
[2007.04.09] - DataGridView SelectRows performance tests In this article I'll take a closer look at one of the most recommended performance improvements in C#: using foreach vs. a for loop to go through the items in a collection.[Read more...]
[2007.03.20] - The long way home Forget optimizing your code, how about un-optimizing it for a change? [Read more...]